tbigger stacksize - 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 586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0
DIR parent 98f7b73f9319016731961d51d1f9f8890da59f0b
HTML Author: rsc <devnull@localhost>
Date: Thu, 29 Dec 2005 20:55:46 +0000
bigger stacksize
Diffstat:
M src/cmd/troff/tdef.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/src/cmd/troff/tdef.h b/src/cmd/troff/tdef.h
t@@ -172,7 +172,7 @@ extern char errbuf[];
#define NEV 3 /* environments */
#define EVLSZ 10 /* size of ev stack */
-#define STACKSIZE (6*1024) /* stack for macros and strings in progress */
+#define STACKSIZE (12*1024) /* stack for macros and strings in progress */
#define NHYP 10 /* max hyphens per word */
#define NHEX 512 /* byte size of exception word list */
#define NTAB 100 /* tab stops */