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 48e622ec8f0c78b7d5772bed8e23dd6e3bfd6998..4ecc83b4d177f07e4a1b0c71cee8401d1f97af0e 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 - " \