diff options
author | nop <nop> | 1997-03-03 04:18:21 +0000 |
---|---|---|
committer | nop <nop> | 1997-03-03 04:18:21 +0000 |
commit | 9cf5366eb0435a19fbc233d53765bb9aeae85be2 (patch) | |
tree | 2604ca1ea3ddf09fec07c7c26cea22637c23b5fa /keywords.h | |
parent | a515162931c35db517995e3427cb41cee2a63a0a (diff) | |
download | moo-9cf5366eb0435a19fbc233d53765bb9aeae85be2.tar.gz moo-9cf5366eb0435a19fbc233d53765bb9aeae85be2.tar.xz moo-9cf5366eb0435a19fbc233d53765bb9aeae85be2.zip |
GNU Indent normalization
Diffstat (limited to 'keywords.h')
-rw-r--r-- | keywords.h | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -20,10 +20,10 @@ #include "version.h" struct keyword { - const char *name; /* the canonical spelling of the keyword */ - DB_Version version; /* the DB version when it was introduced */ - int token; /* the type of token the scanner should use */ - enum error error; /* for token == ERROR, the value */ + const char *name; /* the canonical spelling of the keyword */ + DB_Version version; /* the DB version when it was introduced */ + int token; /* the type of token the scanner should use */ + enum error error; /* for token == ERROR, the value */ }; typedef const struct keyword Keyword; @@ -31,9 +31,12 @@ typedef const struct keyword Keyword; extern Keyword *find_keyword(const char *); /* $Log$ -/* Revision 1.1 1997/03/03 03:45:03 nop -/* Initial revision +/* Revision 1.2 1997/03/03 04:18:46 nop +/* GNU Indent normalization /* + * Revision 1.1.1.1 1997/03/03 03:45:03 nop + * LambdaMOO 1.8.0p5 + * * Revision 2.2 1996/02/08 06:24:47 pavel * Fixed type of version number. Updated copyright notice for 1996. * Release 1.8.0beta1. |