From 95901f3a5fa0ec18128030c915d1d94bade5de94 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 20 Jun 2024 18:01:48 -0400 Subject: global env; alloca locals kinda messy --- support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support.c') diff --git a/support.c b/support.c index b400a05..e079de6 100644 --- a/support.c +++ b/support.c @@ -10,7 +10,7 @@ void emit() putchar(*(&stack + --sp)); } -void print() +void _print() { printf("%d\n", *(&stack + --sp)); } -- cgit v1.2.3