bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] printf: fix configure check on big endian systems


From: Jim Meyering
Subject: Re: [PATCH] printf: fix configure check on big endian systems
Date: Fri, 5 Dec 2014 06:55:34 -0800

On Fri, Dec 5, 2014 at 2:37 AM, Bruno Haible <address@hidden> wrote:
> Pádraig Brady wrote on 2014-11-27:
>> +     printf: fix configure check on big endian systems
>> +     * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Add missing bracket.
>
> The same typo occurs in a few other places as well. I'm fixing them in the
> same way.
>
>
> 2014-12-05  Bruno Haible  <address@hidden>
>
>         Fix LDBL80_WORDS macro on big endian platforms.
>         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Add missing parenthesis in
>         LDBL80_WORDS macro.
>         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
>         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
>         * tests/test-isfinite.c (test_isfinitel): Likewise.
>         * tests/test-isinf.c (test_isinfl): Likewise.
>         * tests/test-isnan.c (test_long_double): Likewise.
>         * tests/test-isnanl.h (main): Likewise.
>         * tests/test-snprintf-posix.h (LDBL80_WORDS): Add missing parenthesis.
>         * tests/test-sprintf-posix.h (LDBL80_WORDS): Likewise.
>         * tests/test-vasnprintf-posix.c (LDBL80_WORDS): Likewise.
>         * tests/test-vasprintf-posix.c (LDBL80_WORDS): Likewise.
>         Reported by Pádraig Brady.

Very nice!



reply via email to

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