aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/troff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-12-29 20:55:46 +0000
committerrsc <devnull@localhost>2005-12-29 20:55:46 +0000
commit586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0 (patch)
tree38368b371445225c411c24e93d90d17c156edfd5 /src/cmd/troff
parent98f7b73f9319016731961d51d1f9f8890da59f0b (diff)
downloadplan9port-586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0.tar.gz
plan9port-586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0.tar.bz2
plan9port-586abfa4f5a00e695b2a7fbbeacaee8d5cefc7e0.zip
bigger stacksize
Diffstat (limited to 'src/cmd/troff')
-rw-r--r--src/cmd/troff/tdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/troff/tdef.h b/src/cmd/troff/tdef.h
index 5b4bbf5b..7944dd85 100644
--- 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 */