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.h


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/command.h
Date: Mon, 07 Mar 2005 23:56:45 -0500

Index: pspp/src/command.h
diff -u pspp/src/command.h:1.5 pspp/src/command.h:1.6
--- pspp/src/command.h:1.5      Sat Feb  5 12:42:57 2005
+++ pspp/src/command.h  Tue Mar  8 04:56:43 2005
@@ -54,10 +54,13 @@
        int FUNC (void);
 #define SPCCMD(NAME, T1, T2, T3, T4, FUNC)     \
        int FUNC (void);
+#define DBGCMD(NAME, T1, T2, T3, T4, FUNC)     \
+       int FUNC (void);
 #define UNIMPL(NAME, T1, T2, T3, T4)
 #include "command.def"
 #undef DEFCMD
 #undef SPCCMD
 #undef UNIMPL
+#undef DBGCMD
 
 #endif /* !command_h */




reply via email to

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