forked from OSchip/llvm-project
Removed the "expr" alias for "expression," which
is entirely unnecessary and confuses the command interpreter when the user types "exp". llvm-svn: 179691
This commit is contained in:
parent
d0585d8686
commit
90e579f295
|
@ -282,9 +282,7 @@ CommandInterpreter::Initialize ()
|
||||||
|
|
||||||
cmd_obj_sp = GetCommandSPExact ("expression", false);
|
cmd_obj_sp = GetCommandSPExact ("expression", false);
|
||||||
if (cmd_obj_sp)
|
if (cmd_obj_sp)
|
||||||
{
|
{
|
||||||
AddAlias ("expr", cmd_obj_sp);
|
|
||||||
|
|
||||||
ProcessAliasOptionsArgs (cmd_obj_sp, "--", alias_arguments_vector_sp);
|
ProcessAliasOptionsArgs (cmd_obj_sp, "--", alias_arguments_vector_sp);
|
||||||
AddAlias ("p", cmd_obj_sp);
|
AddAlias ("p", cmd_obj_sp);
|
||||||
AddAlias ("print", cmd_obj_sp);
|
AddAlias ("print", cmd_obj_sp);
|
||||||
|
|
Loading…
Reference in New Issue