tacme: make STACK bigger for OS X (David Swasey) - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 1a4b58ebd8421085ce3e8f9f3f513b12e4547271
DIR parent 0a98a883d5bc30843f859a1b4f05af1a6906907a
HTML 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(-)
---
DIR diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h
t@@ -565,4 +565,4 @@ Channel *cwarn; /* chan(void*)[1] (really chan(unit)[1]) */
QLock editoutlk;
-#define STACK 32768
+#define STACK 65536