From: Bruno Haible Date: Sun, 28 Oct 2007 23:25:20 +0000 (+0100) Subject: Add/remove some blank lines. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b104303bd1c2fd1536f918d69379308f80fdab8;p=pspp Add/remove some blank lines. --- 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