diff lib/math.in.h @ 9465:4a3319c82e39

Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Nov 2007 13:58:25 +0100
parents fa47aa8bb105
children c8174371956e
line wrap: on
line diff
--- a/lib/math.in.h
+++ b/lib/math.in.h
@@ -218,7 +218,7 @@
 
 
 #if @GNULIB_ROUNDF@
-# if !@HAVE_DECL_ROUNDF@
+# if @REPLACE_ROUNDF@
 #  undef roundf
 #  define roundf rpl_roundf
 extern float roundf (float x);
@@ -232,7 +232,7 @@
 #endif
 
 #if @GNULIB_ROUND@
-# if !@HAVE_DECL_ROUND@
+# if @REPLACE_ROUND@
 #  undef round
 #  define round rpl_round
 extern double round (double x);
@@ -246,7 +246,7 @@
 #endif
 
 #if @GNULIB_ROUNDL@
-# if !@HAVE_DECL_ROUNDL@
+# if @REPLACE_ROUNDL@
 #  undef roundl
 #  define roundl rpl_roundl
 extern long double roundl (long double x);