From f6b93fa139b4bbaa89a5e3e725f498275ca8d296 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 8 Oct 2022 21:02:30 +0200 Subject: basic gc and closures sketon --- repl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'repl.c') diff --git a/repl.c b/repl.c index 5a22bff..9dae144 100644 --- a/repl.c +++ b/repl.c @@ -13,7 +13,8 @@ } while (0) static bool -printtop(PezContext *cx) { +printtop(PezContext *cx) +{ assert(pez_top(cx) >= 2); return pez_push(cx, 0) // printf was stored here -- cgit v1.2.3