On Wed, 5 Dec 2001, David Malone wrote:
Drat - that doesn't actually help on the alpha 'cos intmax_t is
actually a long on the alpha. Maybe it would be reasonable to change
intmax_t to be a long long on the alpha?
No. intmax_t is a typedefed type since it is machine-dependent and
possibly longer than long long. Changing it to long long on all
machine defeats the point of it. There is a problem since gcc-2.x
doesn't understand intmax_t. Perhaps this gcc-3 understands it. If
it supports C99 then it should support %j already.
Bruce
To Unsubscribe: send mail to majo...@FreeBSD.org
with "unsubscribe freebsd-audit" in the body of the message