Oops, fix typo in last patch.
authorBruno Haible <bruno@clisp.org>
Fri, 23 Mar 2007 03:06:51 +0000 (03:06 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 23 Mar 2007 03:06:51 +0000 (03:06 +0000)
lib/math_.h

index 48e622e..4ecc83b 100644 (file)
@@ -138,7 +138,7 @@ extern long double floorl (long double x);
 #if @GNULIB_FREXPL@ || !@HAVE_DECL_FREXPL@
 extern long double frexpl (long double x, int *exp);
 #endif
-#if !@GNULIB_FREXPL@ || defined GNULIB_POSIXCHECK
+#if !@GNULIB_FREXPL@ && defined GNULIB_POSIXCHECK
 # undef frexpl
 # define frexpl(x,e) \
     (GL_LINK_WARNING ("frexpl is unportable - " \