aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-01-10 22:45:22 -0500
committerRuss Cox <rsc@swtch.com>2008-01-10 22:45:22 -0500
commit1a4b58ebd8421085ce3e8f9f3f513b12e4547271 (patch)
tree68d61be8264de767b008ddc2200b6d90db6ac098 /src
parent0a98a883d5bc30843f859a1b4f05af1a6906907a (diff)
downloadplan9port-1a4b58ebd8421085ce3e8f9f3f513b12e4547271.tar.gz
plan9port-1a4b58ebd8421085ce3e8f9f3f513b12e4547271.tar.bz2
plan9port-1a4b58ebd8421085ce3e8f9f3f513b12e4547271.zip
acme: make STACK bigger for OS X (David Swasey)
Diffstat (limited to 'src')
-rw-r--r--src/cmd/acme/dat.h2
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