Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2002 07:17:29 -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:  <200209151417.g8FEHTHD079035@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2002/09/15 07:17:29 PDT

  Modified files:
    sys/sys              cdefs.h 
  Log:
  Define __LONG_LONG_SUPPORTED if the compiler claims to support C99.
  Don't set __LONG_LONG_SUPPORTED for gcc-1.  I didn't check exactly
  when gcc started to support long long, but it was in the version
  of gcc in FreeBSD-1.0 (gcc-2.4.5).
  
  Other C99 features should be ifdefed similarly, but the ifdefs for
  old versions of gcc will be more complicated since the features
  weren't in all versions of gcc-2.
  
  Revision  Changes    Path
  1.60      +1 -2      src/sys/sys/cdefs.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?200209151417.g8FEHTHD079035>