pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/command.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/command.c
Date: Tue, 03 May 2005 04:26:26 -0400

Index: pspp/src/command.c
diff -u pspp/src/command.c:1.22 pspp/src/command.c:1.23
--- pspp/src/command.c:1.22     Mon May  2 06:21:20 2005
+++ pspp/src/command.c  Tue May  3 08:26:22 2005
@@ -74,7 +74,7 @@
        {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[] = 
   {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]