Subject: CVS commit: src/usr.bin/xlint/xlint
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/09/2005 21:24:48
Module Name: src
Committed By: dsl
Date: Wed Feb 9 21:24:48 UTC 2005
Modified Files:
src/usr.bin/xlint/xlint: xlint.c
Log Message:
Only pass -Wtraditional to cpp for lint -t ...
Stops warnings about pre-processor constructs like #elif - which there is
no point detecting now that we've changed much of the code to require an
ANSI C compiler.
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 src/usr.bin/xlint/xlint/xlint.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.