aboutsummaryrefslogtreecommitdiffstats
path: root/defs/keywords
diff options
context:
space:
mode:
Diffstat (limited to 'defs/keywords')
-rw-r--r--defs/keywords2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/keywords b/defs/keywords
index cc5622e056..7f5422faef 100644
--- a/defs/keywords
+++ b/defs/keywords
@@ -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)
%}