summaryrefslogtreecommitdiffstats
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
commitfb93b2c96aada8460203dd1f6de33c8b2b1a75c9 (patch)
treee487fcc861395f961b359c6f70deb15977aa2f18 /keywords
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 'keywords')
-rw-r--r--keywords2
1 files changed, 1 insertions, 1 deletions
diff --git a/keywords b/keywords
index 04be99285..d79af7198 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