summaryrefslogtreecommitdiff
path: root/repl.c
diff options
context:
space:
mode:
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