Adopt use of gnulib for portability.
[pspp] / src / command.h
index d4d6b83935986b56d022f9a6194859b0587f06b7..43478ef4cacf2d1af06fbe3fc36052ef2ae5e046 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #if !command_h
 #define command_h 1
@@ -54,10 +54,13 @@ int cmd_parse (void);
        int FUNC (void);
 #define SPCCMD(NAME, T1, T2, T3, T4, FUNC)     \
        int FUNC (void);
-#define UNIMPL(NAME, T1, T2, T3, T4)
+#define DBGCMD(NAME, T1, T2, T3, T4, FUNC)     \
+       int FUNC (void);
+#define UNIMPL(NAME, T1, T2, T3, T4, DESC)
 #include "command.def"
 #undef DEFCMD
 #undef SPCCMD
 #undef UNIMPL
+#undef DBGCMD
 
 #endif /* !command_h */