[LABEL][CMD] Convert the label command to a standalone executable

CORE-9444
This commit is contained in:
Eric Kohl 2019-09-22 14:50:37 +02:00
parent cf2b918e0f
commit 6bfe4f68af
53 changed files with 710 additions and 227 deletions

View file

@ -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