changes to stdlib/longlong.h

Ulrich Drepper drepper@cygnus.com
Tue Nov 23 09:26:00 GMT 1999


Jakub Jelinek <jakub@redhat.com> writes:

> -#if defined (__a29k__) || defined (_AM29K)
> +#if (defined (__a29k__) || defined (_AM29K)) && W_TYPE_SIZE == 32

I have the impression that the && W_TYPE_SIZE == 32 tests are
deliberately removed since for these platforms there are no 64bit
variants.  Don't add complexity where it is not needed.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


More information about the Libc-hacker mailing list