summaryrefslogtreecommitdiff
path: root/keywords
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 /keywords
parentd7da08aadd3b9768296db3c8744f58dd5e9697e8 (diff)
* 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 'keywords')
-rw-r--r--keywords2
1 files changed, 1 insertions, 1 deletions
diff --git a/keywords b/keywords
index 04be992857..d79af71983 100644
--- a/keywords
+++ b/keywords
@@ -1,4 +1,4 @@
-struct kwtable {char *name; int id[2]; enum lex_state state;};
+struct kwtable {char *name; int id[2]; enum lex_state_e state;};
%%
__LINE__, {k__LINE__, k__LINE__}, EXPR_END
__FILE__, {k__FILE__, k__FILE__}, EXPR_END