Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 1998 23:17:02 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys cdefs.h
Message-ID:  <199808240617.XAA13600@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/08/23 23:17:01 PDT

  Modified files:
    sys/sys              cdefs.h 
  Log:
  Removed support for the gcc-2.[0-4] keywords __dead and __pure.  They
  stopped being used in /usr/src almost 2 years ago.
  
  Don't pretend to support gcc-[3-infinity].
  
  Added __printf0like().  Feature tests for the __printf0__ feature
  are problematic, so this can't be used for the err() family yet
  - it's only in recent versions of FreeBSD's hacked version of gcc.
  
  Added comments about __unused and __*like().
  
  Revision  Changes    Path
  1.21      +17 -22    src/sys/sys/cdefs.h



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