summaryrefslogtreecommitdiff
path: root/repl.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-10-08 21:02:30 +0200
committerlemon <lsof@mailbox.org>2022-10-08 21:02:30 +0200
commitf6b93fa139b4bbaa89a5e3e725f498275ca8d296 (patch)
tree6be50c3f75fc38b4559f940c04ca378abf9e73d4 /repl.c
parente2283f6c7f5abc60dc7ba7ea59deee94da714da7 (diff)
basic gc and closures sketon
Diffstat (limited to 'repl.c')
-rw-r--r--repl.c3
1 files changed, 2 insertions, 1 deletions
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