Subject: CVS commit: basesrc/usr.bin/yacc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 01/31/2002 23:01:16
Module Name:	basesrc
Committed By:	tv
Date:		Thu Jan 31 21:01:16 UTC 2002

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

Log Message:
In the generated C file, don't assume that <sys/cdefs.h> exists.  Instead,
imply it with the <stdlib.h> include already present in the file, and
provide a compatibility definition for __P().


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 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.