summaryrefslogtreecommitdiff
path: root/defs/lex.c.src
diff options
context:
space:
mode:
Diffstat (limited to 'defs/lex.c.src')
-rw-r--r--defs/lex.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/lex.c.src b/defs/lex.c.src
index e0d931cd1f..cc5622e056 100644
--- a/defs/lex.c.src
+++ b/defs/lex.c.src
@@ -2,7 +2,7 @@
struct kwtable {int name, id[2], state;};
const struct kwtable *rb_reserved_word(const char *, unsigned int);
#ifndef RIPPER
-static const struct kwtable *reserved_word(const char *, unsigned int);
+/*!ANSI*/static const struct kwtable *reserved_word(const char *, unsigned int);
#define rb_reserved_word(str, len) reserved_word(str, len)
%}