bug-gnulib
[Top][All Lists]
Advanced

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

Re: signed.m4 again


From: Paul Eggert
Subject: Re: signed.m4 again
Date: Thu, 12 Oct 2006 13:28:27 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Ralf Wildenhues <address@hidden> writes:

> -   [AC_TRY_COMPILE(, [signed char x; return !x;],
> +   [AC_TRY_COMPILE(, [signed char x; return !sizeof x;],

Wouldn't this be a bit better, in the sense of catching
more compilers that are a bit dodgy?

   [AC_TRY_COMPILE(, [signed char x = -127, y = 127; return ! (x < y);],




reply via email to

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