From owner-cvs-all Sat Apr 14 13:42: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E55D37B616; Sat, 14 Apr 2001 13:42:05 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3EKg5v00966; Sat, 14 Apr 2001 13:42:05 -0700 (PDT) (envelope-from markm) Message-Id: <200104142042.f3EKg5v00966@freefall.freebsd.org> From: Mark Murray Date: Sat, 14 Apr 2001 13:42:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include endian.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 Revision Changes Path 1.25 +1 -7 src/sys/i386/include/endian.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message