changeset 8501:af97dd563688

Oops, fix typo in last patch.
author Bruno Haible <bruno@clisp.org>
date Fri, 23 Mar 2007 03:06:51 +0000
parents 6c3093c67379
children 299eb748632a
files lib/math_.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/math_.h
+++ b/lib/math_.h
@@ -138,7 +138,7 @@
 #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 - " \