bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Don't cast to int, but to long


From: Bruno Haible
Subject: Re: [PATCH] Don't cast to int, but to long
Date: Mon, 4 Apr 2005 20:44:15 +0200
User-agent: KMail/1.5

Mads Martin Joergensen wrote:
> Casting pointers to int is a bad idea on many 64-bit systems since int
> is 32-bit.

Did you have a problem (error, failure or so) with the existing code?
If so, which one, and under which conditions (`uname -a`,
`echo $CC $CPPFLAGS $CFLAGS`)?

> Here's a patch (agian 0.14.3) to correct this.

Thanks, but the patch looks like a nop, since the affected code is inside
an AC_TRY_LINK, i.e. it is never executed.

Bruno





reply via email to

[Prev in Thread] Current Thread [Next in Thread]