This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: GNU C Library master sources branch, master, updated.glibc-2.15-24-g5e0d030


On Tue, 3 Jan 2012, drepper@sourceware.org wrote:

> +#if __STDC__ >= 201000L

It's __STDC_VERSION__ that has a new value for C11, __STDC__ remains 1.  
(So features.h has the correct test, but c16rtomb.c, mbrtoc16.c and 
uchar.h are testing the wrong macro.)

-- 
Joseph S. Myers
joseph@codesourcery.com


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