mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
6f7d98fc9a
* 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.
22 lines
200 B
Plaintext
22 lines
200 B
Plaintext
Description:
|
|
isnan macro: test for NaN value.
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
isnan-no-c++
|
|
|
|
configure.ac:
|
|
gl_MATH_MODULE_INDICATOR([isnan])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Ben Pfaff
|