commit 1a4b58ebd8421085ce3e8f9f3f513b12e4547271 parent 0a98a883d5bc30843f859a1b4f05af1a6906907a Author: Russ Cox <rsc@swtch.com> Date: Thu, 10 Jan 2008 22:45:22 -0500 acme: make STACK bigger for OS X (David Swasey) Diffstat:
M | src/cmd/acme/dat.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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