src/frontend/commands.c, cleanup

This commit is contained in:
h_vogt 2016-01-27 22:15:51 +01:00 committed by rlar
parent d07b76610b
commit 9531318d8f
1 changed files with 2 additions and 4 deletions

View File

@ -238,22 +238,20 @@ struct comm spcp_coms[] = {
arg_print,
"[col] expr ... : Print vector values." } ,
#ifdef XSPICE
/* gtri - begin - wbk - add event print command */
{ "eprint", EVTprint, FALSE, TRUE,
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
NULL,
"node node ... : Print event values." } ,
/* gtri - end - wbk - add event print command */
{ "codemodel", com_codemodel, FALSE, TRUE,
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
NULL,
"library library ... : Loads the opus librarys." } ,
"library library ... : Loads the code model libraries." } ,
#endif
#ifdef DEVLIB
{ "use", com_use, FALSE, TRUE,
{ 040000, 040000, 040000, 040000 }, E_BEGINNING, 1, LOTS,
NULL,
"library library ... : Loads the device librarys." } ,
"library library ... : Loads the device libraries." } ,
#endif
{ "load", com_load, FALSE, TRUE,
{ 1, 1, 1, 1 }, E_BEGINNING | E_NOPLOTS, 1, LOTS,