From 7b104303bd1c2fd1536f918d69379308f80fdab8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 29 Oct 2007 00:25:20 +0100 Subject: [PATCH] Add/remove some blank lines. --- lib/math.in.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/math.in.h b/lib/math.in.h index 9e48ce14d1..56527d6111 100644 --- a/lib/math.in.h +++ b/lib/math.in.h @@ -231,7 +231,6 @@ extern float roundf (float x); roundf (x)) #endif - #if @GNULIB_ROUND@ # if !@HAVE_DECL_ROUND@ # undef round @@ -246,7 +245,6 @@ extern double round (double x); round (x)) #endif - #if @GNULIB_ROUNDL@ # if !@HAVE_DECL_ROUNDL@ # undef roundl @@ -337,6 +335,7 @@ extern long double truncl (long double x); truncl (x)) #endif + #if @GNULIB_ISFINITE@ # if !@HAVE_DECL_ISFINITE@ extern int gl_isfinitef (float x); @@ -352,6 +351,7 @@ extern int gl_isfinitel (long double x); /* How to override a macro? */ #endif + #if @GNULIB_SIGNBIT@ # if @REPLACE_SIGNBIT@ # undef signbit -- 2.30.2