From 7a97de48ca71de5fd6fac6d27f8d131d17e7fc9a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 23 Mar 2007 03:06:51 +0000 Subject: [PATCH] Oops, fix typo in last patch. --- lib/math_.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/math_.h b/lib/math_.h index 48e622ec8..4ecc83b4d 100644 --- a/lib/math_.h +++ b/lib/math_.h @@ -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 - " \ -- 2.11.0