Re: PRIuSIZE

2010-08-18 Thread Bruno Haible
Hi Eric, Yes, I agree now that there is no point in bringing this to the Austin group. > Basically, since > %zu is already specified by C99 and POSIX, the only reason that you > would need PRIuSIZE is if you are targetting a non-POSIX system that > lacks %zu in the first place.

Re: PRIuSIZE

2010-08-18 Thread Eric Blake
already specified by C99 and POSIX, the only reason that you would need PRIuSIZE is if you are targetting a non-POSIX system that lacks %zu in the first place. But if a platform already lacks %zu, what makes you think they are going to have PRIuSIZE? If we are going to have any luck standardizing it anyw

Re: PRIuSIZE

2010-08-17 Thread Bruno Haible
Eric Blake wrote: > Here's where a cross-project change to GNU Coding Standards could be > helpful - if we all agree that gnulib should add the macro and gettext > should add the support for it at the same time, then it would be much > easier for all remaining GNU projects to take advantage of a >