aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index 754f0b3448..e12c55ec7d 100644
--- a/parse.y
+++ b/parse.y
@@ -2155,7 +2155,7 @@ arg : lhs '=' arg_rhs
}
| arg tGEQ arg
{
- $$ = call_bin_op($1, TOKEN2ID((enum ruby_method_ids)tGEQ), $3);
+ $$ = call_bin_op($1, idGE, $3);
}
| arg '<' arg
{