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: bz#15007: Fix mismatch of guards for qecvt


The use of #ifdef __USE_MISC nested inside another conditional is not
right.  The whole purpose of the __USE_* macros is that you test them
simply and individually.  So please first clean up stdlib.h to use the
conditionals simply.  Then make stdlib-ldbl.h match the corrected state.


Thanks,
Roland


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