Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 07/27/2000 07:09:28
Module Name:	basesrc
Committed By:	cgd
Date:		Thu Jul 27 04:09:28 UTC 2000

Modified Files:
	basesrc/bin/sh: parser.c parser.h

Log Message:
un-__P functions declared in parser.h.  host programs include parser.h,
and so it shouldn't use __P.  (this should probably be done better, by
not declaring the parser functions in headers used by host programs,
but this works well enough.)


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 basesrc/bin/sh/parser.c
cvs rdiff -r1.13 -r1.14 basesrc/bin/sh/parser.h

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