diff options
Diffstat (limited to 'y.tab.c')
-rw-r--r-- | y.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |