summaryrefslogtreecommitdiffstats
path: root/keywords
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-13 13:44:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-07-13 13:44:21 +0000
commit984ab31b0c179a47c6c295362aa5658a07d6624d (patch)
tree6e899062b79f5fdf054f48c9ffc1caca1e8d221e /keywords
parent6b2494f56ad77f1843d10f02b8450b346139b977 (diff)
downloadruby-984ab31b0c179a47c6c295362aa5658a07d6624d.tar.gz
ruby-984ab31b0c179a47c6c295362aa5658a07d6624d.tar.xz
ruby-984ab31b0c179a47c6c295362aa5658a07d6624d.zip
* parse.y: remove static variables. [ruby-dev:26530]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8758 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 c68cea0d7..d357f88df 100644
--- a/keywords
+++ b/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
%%