From owner-cvs-all Sat Apr 14 14:12: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3DDDB37B50B; Sat, 14 Apr 2001 14:11:54 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id HAA28494; Sun, 15 Apr 2001 07:11:51 +1000 Date: Sun, 15 Apr 2001 07:10:58 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include endian.h In-Reply-To: <200104142042.f3EKg5v00966@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 14 Apr 2001, Mark Murray wrote: > markm 2001/04/14 13:42:04 PDT > > Modified files: > sys/i386/include endian.h > Log: > Back out wrapping the asm ... ; bits in #ifndef lint macros. There > are some good reasons for not doing this, even if the linting of > the code breaks. > > 1) If lint were ever to understand the stuff inside the macros, > that would break the checks. > > 2) There are ways to use __GNUC__ to exclude overly specific > code. > > 3) (Not yet practical) Lint(1) needs to properlyu understand > all of te code we actually run. > > Complained about by: bde > Education by: jake, jhb, eivind I spent about 2 hours writing mail attempting to educate Mark about this. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message