summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-19 14:05:30 +0200
committerBruno Haible <bruno@clisp.org>2008-10-19 14:05:30 +0200
commitfebae7ee2b8b61030ed32d2b5b53316b240434f2 (patch)
tree61d3e7334cbf1957d640d942891020f34662111b /modules
parente5e9d7f6a05ec4d205deba79ccd196f4ab7120d7 (diff)
downloadgnulib-febae7ee2b8b61030ed32d2b5b53316b240434f2.tar.gz
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Diffstat (limited to 'modules')
-rw-r--r--modules/isnand5
-rw-r--r--modules/isnanf5
-rw-r--r--modules/isnanl5
-rw-r--r--modules/math6
4 files changed, 15 insertions, 6 deletions
diff --git a/modules/isnand b/modules/isnand
index b88e563d01..bd6d2e1657 100644
--- a/modules/isnand
+++ b/modules/isnand
@@ -2,7 +2,6 @@ Description:
isnand() function: test for NaN.
Files:
-lib/isnand.h
lib/isnand.c
lib/isnan.c
lib/float+.h
@@ -10,15 +9,17 @@ m4/exponentd.m4
m4/isnand.m4
Depends-on:
+math
fpieee
configure.ac:
gl_FUNC_ISNAND
+gl_MATH_MODULE_INDICATOR([isnand])
Makefile.am:
Include:
-#include "isnand.h"
+<math.h>
Link:
$(ISNAND_LIBM)
diff --git a/modules/isnanf b/modules/isnanf
index 429acfe36e..4002751e1e 100644
--- a/modules/isnanf
+++ b/modules/isnanf
@@ -2,7 +2,6 @@ Description:
isnanf() function: test for NaN.
Files:
-lib/isnanf.h
lib/isnanf.c
lib/isnan.c
lib/float+.h
@@ -10,15 +9,17 @@ m4/exponentf.m4
m4/isnanf.m4
Depends-on:
+math
fpieee
configure.ac:
gl_FUNC_ISNANF
+gl_MATH_MODULE_INDICATOR([isnanf])
Makefile.am:
Include:
-#include "isnanf.h"
+<math.h>
Link:
$(ISNANF_LIBM)
diff --git a/modules/isnanl b/modules/isnanl
index 66d84c13ce..731ba76e56 100644
--- a/modules/isnanl
+++ b/modules/isnanl
@@ -2,7 +2,6 @@ Description:
isnanl() function: test for NaN.
Files:
-lib/isnanl.h
lib/isnanl.c
lib/isnan.c
lib/float+.h
@@ -10,16 +9,18 @@ m4/exponentl.m4
m4/isnanl.m4
Depends-on:
+math
float
fpieee
configure.ac:
gl_FUNC_ISNANL
+gl_MATH_MODULE_INDICATOR([isnanl])
Makefile.am:
Include:
-"isnanl.h"
+<math.h>
Link:
$(ISNANL_LIBM)
diff --git a/modules/math b/modules/math
index 3250a93c74..82408c154e 100644
--- a/modules/math
+++ b/modules/math
@@ -32,6 +32,9 @@ math.h: math.in.h
-e 's|@''GNULIB_ISFINITE''@|$(GNULIB_ISFINITE)|g' \
-e 's|@''GNULIB_ISINF''@|$(GNULIB_ISINF)|g' \
-e 's|@''GNULIB_ISNAN''@|$(GNULIB_ISNAN)|g' \
+ -e 's|@''GNULIB_ISNANF''@|$(GNULIB_ISNANF)|g' \
+ -e 's|@''GNULIB_ISNAND''@|$(GNULIB_ISNAND)|g' \
+ -e 's|@''GNULIB_ISNANL''@|$(GNULIB_ISNANL)|g' \
-e 's|@''GNULIB_LDEXPL''@|$(GNULIB_LDEXPL)|g' \
-e 's|@''GNULIB_MATHL''@|$(GNULIB_MATHL)|g' \
-e 's|@''GNULIB_ROUND''@|$(GNULIB_ROUND)|g' \
@@ -41,6 +44,9 @@ math.h: math.in.h
-e 's|@''GNULIB_TRUNC''@|$(GNULIB_TRUNC)|g' \
-e 's|@''GNULIB_TRUNCF''@|$(GNULIB_TRUNCF)|g' \
-e 's|@''GNULIB_TRUNCL''@|$(GNULIB_TRUNCL)|g' \
+ -e 's|@''HAVE_ISNANF''@|$(HAVE_ISNANF)|g' \
+ -e 's|@''HAVE_ISNAND''@|$(HAVE_ISNAND)|g' \
+ -e 's|@''HAVE_ISNANL''@|$(HAVE_ISNANL)|g' \
-e 's|@''HAVE_DECL_ACOSL''@|$(HAVE_DECL_ACOSL)|g' \
-e 's|@''HAVE_DECL_ASINL''@|$(HAVE_DECL_ASINL)|g' \
-e 's|@''HAVE_DECL_ATANL''@|$(HAVE_DECL_ATANL)|g' \