[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Sun Jul 18 06:34:59 CEST 2010
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 10/07/18 06:34:59
Modified files:
cm3/m3-tools/pp/src/: Parse.yacc
cm3/m3-tools/pp/src/flex-bison/: lex.yy.c y.tab.c
cm3/m3-tools/pp/src/lex-yacc/: lex.yy.c y.tab.c
cm3/m3-tools/pp/src/lex-yacc-HPPA/: lex.yy.c y.tab.c
Log message:
cleanup:
always #include stdlib.h stdio.h stddef.h unistd.h
always use size_t
don't redefine NULL
This should fix a problem on OSF1v4 (incompatible declarations
of malloc/free) and is fine on all systems for some years now.
Strongly consider running lex/flex/yacc/bison and not checking in the output!
More information about the M3commit
mailing list