X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcommand.h;h=a62f8d60b78917a9b2c1b70943b4a5c978deab15;hb=db5df54124af56dc1dfce71f839d78da2b49e346;hp=1de5a251f81e413b40c47a4c9aef6185d35c7bf5;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/command.h b/src/command.h index 1de5a251f8..a62f8d60b7 100644 --- a/src/command.h +++ b/src/command.h @@ -43,9 +43,7 @@ enum extern int pgm_state; extern const char *cur_proc; - -char * pspp_completion_function (const char *text, int state); - +char *pspp_completion_function (const char *text, int state); int cmd_parse (void); @@ -56,7 +54,7 @@ int cmd_parse (void); int FUNC (void); #define DBGCMD(NAME, T1, T2, T3, T4, FUNC) \ int FUNC (void); -#define UNIMPL(NAME, T1, T2, T3, T4) +#define UNIMPL(NAME, T1, T2, T3, T4, DESC) #include "command.def" #undef DEFCMD #undef SPCCMD