mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-27 01:44:30 +00:00
gnulib-local: Fix link error due to symbol dupes
* gnulib-local/lib/libxml/trionan.c (minus_zerod): Mark as static.
This commit is contained in:
parent
ffb5a824d8
commit
bd00ae221f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user