aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/parse.y b/parse.y
index f51f332bc4..bf5695fd96 100644
--- a/parse.y
+++ b/parse.y
@@ -10119,8 +10119,8 @@ rb_parser_while_loop(VALUE vparser, NODE *node, int chop, int split)
}
static const struct {
- ID token;
- const char *name;
+ unsigned short token;
+ const char name[3], term;
} op_tbl[] = {
{tDOT2, ".."},
{tDOT3, "..."},