From: Daiki Ueno Date: Tue, 15 Dec 2015 03:20:46 +0000 (+0900) Subject: gnulib-local: Fix link error due to symbol dupes X-Git-Tag: v0.19.7~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd00ae221f0876856ebe74db01b2a72134272be4;p=thirdparty%2Fgettext.git gnulib-local: Fix link error due to symbol dupes * gnulib-local/lib/libxml/trionan.c (minus_zerod): Mark as static. --- diff --git a/gnulib-local/lib/libxml/trionan.c b/gnulib-local/lib/libxml/trionan.c index 043299cb2..18c78d1c7 100644 --- a/gnulib-local/lib/libxml/trionan.c +++ b/gnulib-local/lib/libxml/trionan.c @@ -52,7 +52,7 @@ compute_minus_zerod (void) } # define minus_zerod compute_minus_zerod () #else -double minus_zerod = -0.0; +static double minus_zerod = -0.0; #endif #undef INFINITY