diff options
Diffstat (limited to 'repl.c')
| -rw-r--r-- | repl.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |