Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 15:55:41 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Mike Barcroft <mike@FreeBSD.org>
Cc:        Bruce Evans <bde@zeta.org.au>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/i386/isa npx.c 
Message-ID:  <2283.1035208541@critter.freebsd.dk>
In-Reply-To: Your message of "Mon, 21 Oct 2002 09:39:12 EDT." <20021021093912.A80691@espresso.q9media.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20021021093912.A80691@espresso.q9media.com>, Mike Barcroft writes:

>Can your lint define a constant that is in the implementation
>namespace (eg. _LINT)?  This would at least improve your change to
>i386's <machine/_types.h> which breaks things if an application
>happens to `#define lint' in a C90 environment.

Ohh, absolutely, that would be no problem at all.

The problem is that "lint" is our standard for this:

	bang# sh /root/gsys lint | grep '#' | grep -v compile | wc -l
	     299
	bang# sh /root/gsrc lint | grep '#' | grep -v compile | wc -l
	    5558

I'm not particularly attached to "lint", it can be any symbol we
decide on, as long as we use the same one all over...

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2283.1035208541>