summaryrefslogtreecommitdiffstats
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
commitfb93b2c96aada8460203dd1f6de33c8b2b1a75c9 (patch)
treee487fcc861395f961b359c6f70deb15977aa2f18 /lex.c
parent87ab6858e6a738e9877fd56681acff4542ea6f7e (diff)
downloadruby-fb93b2c96aada8460203dd1f6de33c8b2b1a75c9.tar.gz
ruby-fb93b2c96aada8460203dd1f6de33c8b2b1a75c9.tar.xz
ruby-fb93b2c96aada8460203dd1f6de33c8b2b1a75c9.zip
* parse.y: ripper merged.
* lex.c: ditto. * keywords: ditto. git-svn-id: http://svn.ruby-lang.org/repos/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 79d9448da..30c6666d4 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