diff options
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/acme/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index 075ffe22..a0d5cef3 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -565,4 +565,4 @@ Channel *cwarn; /* chan(void*)[1] (really chan(unit)[1]) */ QLock editoutlk; -#define STACK 32768 +#define STACK 65536 |