Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/29/1999 05:40:39
Module Name:	src
Committed By:	christos
Date:		Thu Apr 29 12:40:39 UTC 1999

Modified Files:
	src/usr.bin/xlint/xlint: xlint.c
Log Message:
Deal with gcc __extension__({ }). We assume that it returns a value 0, and
we prepend a /*NOSTRICT*/ comment to avoid constant in conditional context
warning.