forked from OSchip/llvm-project
Revert "constexpr isn't right here."
This didn't help either.
This reverts commit 8433b21083
.
This commit is contained in:
parent
3f23eb6591
commit
a2d0a01e3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue