Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 04/21/1999 21:40:59
Module Name:	src
Committed By:	mrg
Date:		Thu Apr 22 04:40:58 UTC 1999

Modified Files:
	src/usr.bin/xlint/xlint: pathnames.h xlint.c
Log Message:
use "cc -E" not cpp directly.  this allows lint(1) to be unaware of any
machine-dependant defines that cc(1) may normally define, and also
means that the mips ports work again.