mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
* modules/isnan-no-c++: New file, based on modules/isnan. * modules/isnan: Essentially an alias of isnan-no-c++ now. * modules/isnan-no-c++-tests: Renamed from modules/isnan-tests. * lib/math.in.h (isnan): Test also GNULIB_ISNAN_NO_CXX. * m4/math_h.m4 (gl_MATH_H_REQUIRE_DEFAULTS): Initialize GNULIB_ISNAN_NO_CXX. * modules/math-h (Makefile.am): Substitute GNULIB_ISNAN_NO_CXX.
21 lines
270 B
Plaintext
21 lines
270 B
Plaintext
Files:
|
|
tests/test-isnan.c
|
|
tests/minus-zero.h
|
|
tests/infinity.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
c99
|
|
float-h
|
|
nan
|
|
snan
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
|
|
|
|
Makefile.am:
|
|
TESTS += test-isnan
|
|
check_PROGRAMS += test-isnan
|
|
test_isnan_LDADD = $(LDADD) @ISNAN_LIBM@
|
|
|