summaryrefslogtreecommitdiff
path: root/y.tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'y.tab.c')
-rw-r--r--y.tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/y.tab.c b/y.tab.c
index 63c82e7..ead6a39 100644
--- a/y.tab.c
+++ b/y.tab.c
@@ -2604,7 +2604,7 @@ case 160:
break;
case 161:
#line 848 "rules.y"
- { if(!isnat(yystack.l_mark[0])||get_int(yystack.l_mark[0])!=0)
+ { if(!isnat(yystack.l_mark[0])||big_toll(yystack.l_mark[0])!=0)
syntax("%begin not followed by IDENTIFIER or 0\n");
yyval = 0; }
break;