acme: make STACK bigger for OS X (David Swasey)

This commit is contained in:
Russ Cox 2008-01-10 22:45:22 -05:00
parent 0a98a883d5
commit 1a4b58ebd8

View file

@ -565,4 +565,4 @@ Channel *cwarn; /* chan(void*)[1] (really chan(unit)[1]) */
QLock editoutlk;
#define STACK 32768
#define STACK 65536