Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/03/1999 08:23:28
Module Name:	src
Committed By:	christos
Date:		Mon May  3 15:23:27 UTC 1999

Modified Files:
	src/usr.bin/xlint/xlint: xlint.c
Log Message:
Now that we use cc -E, -U__GNUC__ to avoid gnu extensions. Nuke the
__attribute__ and __extension__ workarounds.
Our invariant is: No gcc extensions if __GNUC__ is not defined, so lint
should not be playing around trying to pretend it is gcc.