mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
bigger stacksize
This commit is contained in:
parent
98f7b73f93
commit
586abfa4f5
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ extern char errbuf[];
|
||||||
#define NEV 3 /* environments */
|
#define NEV 3 /* environments */
|
||||||
#define EVLSZ 10 /* size of ev stack */
|
#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 NHYP 10 /* max hyphens per word */
|
||||||
#define NHEX 512 /* byte size of exception word list */
|
#define NHEX 512 /* byte size of exception word list */
|
||||||
#define NTAB 100 /* tab stops */
|
#define NTAB 100 /* tab stops */
|
||||||
|
|
Loading…
Reference in a new issue