Re: float: Fix compilation error when gnulib's float.h exists twice
> 2020-12-20 Bruno Haible > > float: Fix compilation error when gnulib's float.h exists twice. > Reported by Santiago Vila . > * lib/float.in.h (GNULIB_defined_long_double_union): New macro. Oops, that was only half of the necessary patch. Part 2 is
float: Fix compilation error when gnulib's float.h exists twice
from format-kde-kuit.c:43: ../libgettextpo/float.h:150:7: note: originally defined here 150 | union gl_long_double_union | ^~~~ This patch should fix it. 2020-12-20 Bruno Haible float: Fix compilation error when gnulib's float.h exists twice.