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 long long in _itoa and _itowa if PREFER_LONG_LONG is defined


The term "target" doesn't make sense for glibc, which is not a compiler.
Say "A sysdeps _itoa.h file" or the like.

It doesn't really make any sense to have to define separate magic macros
for itoa and itowa.  I think you can just make _itowa.h include <_itoa.h>
and use the _ITOA_* macros instead.


Thanks,
Roland


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