diff options
author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-12 15:21:49 +0000 |
---|---|---|
committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-09-12 15:21:49 +0000 |
commit | fb93b2c96aada8460203dd1f6de33c8b2b1a75c9 (patch) | |
tree | e487fcc861395f961b359c6f70deb15977aa2f18 /keywords | |
parent | 87ab6858e6a738e9877fd56681acff4542ea6f7e (diff) | |
download | ruby-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-- | keywords | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |