1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* parse.y: remove static variables. [ruby-dev:26530]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2005-07-13 13:44:21 +00:00
parent 1ee65ab7bb
commit 032248d337
7 changed files with 101 additions and 40 deletions

View file

@ -1,5 +1,5 @@
struct kwtable {char *name; int id[2]; enum lex_state_e state;};
struct kwtable *rb_reserved_word _((const char *, unsigned int));
const struct kwtable *rb_reserved_word _((const char *, unsigned int));
#ifndef RIPPER
%%