This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Include some c99 functions in __STRICT_ANSI__ for cygwin c99.


Jeff Johnston wrote:

> Does the __STDC_VERSION__ level need to be checked as you've implied
> below or as I would expect, should it just be set all the time for Cygwin?

  I think the check would make sense as:


  #if !defined (__STRICT_ANSI__) || (__STDC_VERSION__ >= 199901L)
  #define __USE_XOPEN2K 1
  #endif



    cheers,
      DaveK


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]