Revert "constexpr isn't right here."

This didn't help either.

This reverts commit 8433b21083.
This commit is contained in:
Jim Ingham 2022-09-13 14:58:53 -07:00
parent 3f23eb6591
commit a2d0a01e3f
1 changed files with 3 additions and 3 deletions

View File

@ -105,9 +105,9 @@ static constexpr const char *InitFileWarning =
"and\n"
"accept the security risk.";
const char * const CommandInterpreter::g_no_argument = "<no-argument>";
const char * const CommandInterpreter::g_need_argument = "<need-argument>";
const char * const CommandInterpreter::g_argument = "<argument>";
constexpr const char *CommandInterpreter::g_no_argument = "<no-argument>";
constexpr const char *CommandInterpreter::g_need_argument = "<need-argument>";
constexpr const char *CommandInterpreter::g_argument = "<argument>";
#define LLDB_PROPERTIES_interpreter