mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:01:43 +00:00
[LABEL][CMD] Convert the label command to a standalone executable
CORE-9444
This commit is contained in:
parent
cf2b918e0f
commit
6bfe4f68af
53 changed files with 710 additions and 227 deletions
|
@ -121,10 +121,6 @@ COMMAND cmds[] =
|
|||
|
||||
{_T("if"), 0, cmd_if},
|
||||
|
||||
#ifdef INCLUDE_CMD_LABEL
|
||||
{_T("label"), 0, cmd_label},
|
||||
#endif
|
||||
|
||||
#ifdef INCLUDE_CMD_MEMORY
|
||||
{_T("memory"), 0, CommandMemory},
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue