[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-patch] Rename canonicalize global variable
From: |
Andreas Grünbacher |
Subject: |
Re: [bug-patch] Rename canonicalize global variable |
Date: |
Wed, 22 Feb 2017 11:10:30 +0100 |
2017-02-22 10:21 GMT+01:00 Tim Waugh <address@hidden>:
> Hi,
>
> Patch uses a global variable 'canonicalize' as part of its
> implementation of the --ignore-whitespace flag.
>
> In glibc there is a function canonicalize():
> https://www.gnu.org/software/libc/manual/html_node/FP-Bit-Twiddling.html#index-canonicalize
>
> Attached is a patch to rename the global variable so that it will not
> conflict.
Applied, thanks.
Andreas