Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2001 13:42:05 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/include endian.h
Message-ID:  <200104142042.f3EKg5v00966@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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