aboutsummaryrefslogtreecommitdiffstats
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 cc5622e056..7f5422faef 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
-/*!ANSI*/static const struct kwtable *reserved_word(const char *, unsigned int);
+static const struct kwtable *reserved_word(/*!ANSI{*/const char *, unsigned int/*}!ANSI*/);
#define rb_reserved_word(str, len) reserved_word(str, len)
%}