Fixed bug 12931
[pspp-builds.git] / src / command.c
index 95151fd5439820046736ca4923bcb82a37b6e92d..0e5d9d6376f8b4a55a9a31e5e4d9114b3df3f381 100644 (file)
@@ -74,7 +74,7 @@ struct command
        {NAME, {T1, T2, T3, T4}, FUNC, 1, 1},
 #define SPCCMD(NAME, T1, T2, T3, T4, FUNC)             \
        {NAME, {T1, T2, T3, T4}, FUNC, 0, 0},
-#define UNIMPL(NAME, T1, T2, T3, T4)                   \
+#define UNIMPL(NAME, T1, T2, T3, T4, DESC)             \
        {NAME, {T1, T2, T3, T4}, NULL, 1, 0},
 static const struct command commands[] = 
   {