Parameter estimate matched with appropriate variable during estimation
[pspp] / src / command.h
index 1de5a251f81e413b40c47a4c9aef6185d35c7bf5..a62f8d60b78917a9b2c1b70943b4a5c978deab15 100644 (file)
@@ -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