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 f2cecf0d61..73808532ca 100644
--- a/parse.y
+++ b/parse.y
@@ -1459,7 +1459,7 @@ ensure : none
literal : numeric
| symbol
{
- $$ = INT2FIX($1);
+ $$ = ID2SYM($1);
}
| tREGEXP