summaryrefslogtreecommitdiff
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
commit032248d337bd683d2b77d972097a2f31688874cb (patch)
tree6e899062b79f5fdf054f48c9ffc1caca1e8d221e /keywords
parent1ee65ab7bb4d6cb78bfd28d63858afb02a7a6434 (diff)
* 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
Diffstat (limited to 'keywords')
-rw-r--r--keywords2
1 files changed, 1 insertions, 1 deletions
diff --git a/keywords b/keywords
index c68cea0d72..d357f88df1 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
%%