findutils-patches
[Top][All Lists]
Advanced

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

Re: [Findutils-patches] [PATCH] Compare function pointers with memcmp();


From: James Youngman
Subject: Re: [Findutils-patches] [PATCH] Compare function pointers with memcmp(); fixes Savannah bug #20263.
Date: Sat, 30 Jun 2007 13:22:08 +0100

On 6/26/07, James Youngman <address@hidden> wrote:
2007-06-26  James Youngman  <address@hidden>

        Compare function pointers with memcmp(); fixes Savannah bug #20263.
        * find/tree.c (cost_table_comparison): Use memcmp() to compare
        function pointers, since ISO C does not specify that it will be
        possible to do magnitude comparisons on them, and casting them to
        void* is non-portable.

Applied.




reply via email to

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