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