summaryrefslogtreecommitdiff
path: root/y.tab.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-28 16:29:19 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-28 16:29:19 -0400
commite7f58c20306c0ff2878e5251951a77fb60a3b9b2 (patch)
tree6a4c0435e694bf8939a95e2fcafd817f13cc4132 /y.tab.c
parenta7a6a2229eaef80e55b6acaeb1cef4770ca91af2 (diff)
rename get_int() big_toll()
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;