summaryrefslogtreecommitdiff
path: root/keywords
diff options
context:
space:
mode:
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
%%