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 76cd2437a9..504d5230bf 100644
--- a/keywords
+++ b/keywords
@@ -1,5 +1,5 @@
%{
-struct kwtable {char *name; int id[2]; enum lex_state_e state;};
+struct kwtable {const char *name; int id[2]; enum lex_state_e state;};
const struct kwtable *rb_reserved_word(const char *, unsigned int);
#ifndef RIPPER
%}