Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.bin/yacc



Module Name:    basesrc
Committed By:   tv
Date:           Wed Jan 30 20:38:00 UTC 2002

Modified Files:
        basesrc/usr.bin/yacc: skeleton.c

Log Message:
Use __P((void)) for the function *definitions* of yygrowstack() and yyparse()
(not just their declarations) to make newer C++ compilers happy with the
output.  (Needed to make yacc produce less iffy code for src/tools/groff.)


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/usr.bin/yacc/skeleton.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index