/[pspp]/pspp/src/command.c
ViewVC logotype

Diff of /pspp/src/command.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by blp, Mon May 2 06:21:20 2005 UTC revision 1.23 by jmd, Tue May 3 08:26:22 2005 UTC
# Line 74  struct command Line 74  struct command
74          {NAME, {T1, T2, T3, T4}, FUNC, 1, 1},          {NAME, {T1, T2, T3, T4}, FUNC, 1, 1},
75  #define SPCCMD(NAME, T1, T2, T3, T4, FUNC)              \  #define SPCCMD(NAME, T1, T2, T3, T4, FUNC)              \
76          {NAME, {T1, T2, T3, T4}, FUNC, 0, 0},          {NAME, {T1, T2, T3, T4}, FUNC, 0, 0},
77  #define UNIMPL(NAME, T1, T2, T3, T4)                    \  #define UNIMPL(NAME, T1, T2, T3, T4, DESC)              \
78          {NAME, {T1, T2, T3, T4}, NULL, 1, 0},          {NAME, {T1, T2, T3, T4}, NULL, 1, 0},
79  static const struct command commands[] =  static const struct command commands[] =
80    {    {

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26