aboutsummaryrefslogtreecommitdiffstats
path: root/lex.c
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-12 15:21:49 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-12 15:21:49 +0000
commitb86ccb79738a3aaf41629599a065e434dd81d47d (patch)
treee487fcc861395f961b359c6f70deb15977aa2f18 /lex.c
parentd7da08aadd3b9768296db3c8744f58dd5e9697e8 (diff)
downloadruby-b86ccb79738a3aaf41629599a065e434dd81d47d.tar.gz
* parse.y: ripper merged.
* lex.c: ditto. * keywords: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lex.c')
-rw-r--r--lex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lex.c b/lex.c
index 79d9448dae..30c6666d4f 100644
--- a/lex.c
+++ b/lex.c
@@ -1,6 +1,6 @@
/* C code produced by gperf version 2.7.2 */
-/* Command-line: gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k'1,3,$' ./keywords */
-struct kwtable {char *name; int id[2]; enum lex_state state;};
+/* Command-line: gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k'1,3,$' keywords */
+struct kwtable {char *name; int id[2]; enum lex_state_e state;};
#define TOTAL_KEYWORDS 40
#define MIN_WORD_LENGTH 2