summaryrefslogtreecommitdiff
path: root/repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'repl.c')
-rw-r--r--repl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.c b/repl.c
index dcdb381..bf1e41e 100644
--- a/repl.c
+++ b/repl.c
@@ -39,7 +39,7 @@ help(void)
int
main(int argc, char **argv) {
- PezContext *cx = pez_new(NULL, NULL, 32*1024 /* 32KiB stack */);
+ PezContext *cx = pez_new(NULL, NULL, 8*1024 /* 8KiB stack */);
FILE *fp = NULL;
int i, ret = 0;