From e7f58c20306c0ff2878e5251951a77fb60a3b9b2 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 28 Mar 2022 16:29:19 -0400 Subject: rename get_int() big_toll() --- y.tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'y.tab.c') 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; -- cgit v1.2.1