Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1101/2

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Can get stack overflow on machines with big longs.
 [rsc] --rw-rw-r-- M 140560 glenda sys 18335 Nov  1 07:36 sys/src/cmd/troff/tdef.h
	/n/sourcesdump/2005/1101/plan9/sys/src/cmd/troff/tdef.h:169,175 - 
	/n/sourcesdump/2005/1102/plan9/sys/src/cmd/troff/tdef.h:169,175
	  #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 */


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.