Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 04/07/1999 16:27:25
Module Name:	src
Committed By:	simonb
Date:		Wed Apr  7 23:27:23 UTC 1999

Modified Files:
	src/usr.bin/xlint/xlint [netbsd-1-4]: xlint.c
Log Message:
Use the C preprocessor define "__mips__" instead of "__mipse{b,l}__"
if we are running on a mipseb or mipsel platform..  This is the same
behaviour as the C compiler.

NOTE: This is only applied to the 1.4 branch.  A proper long-term fix
using the equivalent of "${CC} -E" instead of lint(1) trying to
guess what to define will be coming.