Plan 9 from Bell Labs’s /usr/web/sources/contrib/uriel/changes/2005/1027/14

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


64-bit safety.
 [rsc] --rw-rw-r-- M 320859 glenda sys 19576 Oct 27 10:40 sys/src/cmd/eqn/eqn.c
	/n/sourcesdump/2005/1027/plan9/sys/src/cmd/eqn/eqn.c:268,274 - 
	/n/sourcesdump/2005/1028/plan9/sys/src/cmd/eqn/eqn.c:268,274
	  char*
	  yytokname(int yyc)
	  {
	- 	static char x[10];
	+ 	static char x[16];
	  
	  	if(yyc > 0 && yyc <= sizeof(yytoknames)/sizeof(yytoknames[0]))
	  	if(yytoknames[yyc-1])
	/n/sourcesdump/2005/1027/plan9/sys/src/cmd/eqn/eqn.c:280,286 - 
	/n/sourcesdump/2005/1028/plan9/sys/src/cmd/eqn/eqn.c:280,286
	  char*
	  yystatname(int yys)
	  {
	- 	static char x[10];
	+ 	static char x[16];
	  
	  	if(yys >= 0 && yys < sizeof(yystates)/sizeof(yystates[0]))
	  	if(yystates[yys])


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.