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: [PATCH] Use C99-compliant scanf under _GNU_SOURCE.


On Sat, 10 Feb 2018, Zack Weinberg wrote:

> +#if defined __USE_ISOC99 || defined __USE_XOPEN2K

That's equivalent to just #ifdef __USE_ISOC99 (since __USE_XOPEN2K implies 
__USE_ISOC99; POSIX.1-2001 is based on C99).

-- 
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]