[M3commit] CVS Update: cm3

Jay Krell jkrell at elego.de
Tue Feb 5 08:51:46 CET 2013


CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	13/02/05 08:51:46

Modified files:
	cm3/m3-tools/pp/src/: Parse.yacc lex_help.h 
	./: Parse.yacc lex_help.h 
	cm3/m3-tools/pp/src/flex-bison/: lex.yy.c y.tab.c 
	./: lex.yy.c y.tab.c 
	cm3/m3-tools/pp/src/lex-yacc/: lex.yy.c y.tab.c 

Log message:
	use consistent names for C and C++
	that is, always use yyinput and never input
	and fix it to compile -- there was inconsistency as to if
	input was static or not -- make it yyinput and never static
	It is implemented in lex.yy.c and also called from y.tab.c.
	It is not, on my older AMD64_DARWIN, in /usr/lib.




More information about the M3commit mailing list