plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0
parent 98f7b73f9319016731961d51d1f9f8890da59f0b
Author: rsc <devnull@localhost>
Date:   Thu, 29 Dec 2005 20:55:46 +0000

bigger stacksize

Diffstat:
Msrc/cmd/troff/tdef.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/troff/tdef.h b/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 */