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:
parent
1ee65ab7bb
commit
032248d337
7 changed files with 101 additions and 40 deletions
2
keywords
2
keywords
|
|
@ -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
|
||||
|
||||
%%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue