Subject: CVS commit: basesrc/usr.bin/yacc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 01/30/2002 22:38:01
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.