commit 586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0 from: rsc date: Thu Dec 29 20:55:46 2005 UTC bigger stacksize commit - 98f7b73f9319016731961d51d1f9f8890da59f0b commit + 586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0 blob - 5b4bbf5bcf915c56f8345f210d3e99eb342ba3ea blob + 7944dd8577d6fbcfc3f740cd93a493a5997083e1 --- src/cmd/troff/tdef.h +++ src/cmd/troff/tdef.h @@ -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 */