From: Bruno Haible Date: Tue, 21 Dec 2010 15:11:13 +0000 (+0100) Subject: math: Fix indentation. X-Git-Tag: v0.1~3514 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=5bcb174e7fc0be635a275dfee66866d040c2f577;p=gnulib.git math: Fix indentation. * lib/math.in.h (floorf): Fix indentation. --- diff --git a/ChangeLog b/ChangeLog index cd6dfc000..b5e2efe97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-12-21 Bruno Haible + math: Fix indentation. + * lib/math.in.h (floorf): Fix indentation. + +2010-12-21 Bruno Haible + Fix cross-compilation guesses on Solaris. * m4/fopen.m4 (gl_FUNC_FOPEN): Correct shell pattern so that it does not match "solaris2.10". diff --git a/lib/math.in.h b/lib/math.in.h index 0f7826455..e05048aa8 100644 --- a/lib/math.in.h +++ b/lib/math.in.h @@ -262,7 +262,7 @@ _GL_WARN_ON_USE (expl, "expl is unportable - " # endif _GL_FUNCDECL_RPL (floorf, float, (float x)); _GL_CXXALIAS_RPL (floorf, float, (float x)); -#else +# else # if !@HAVE_DECL_FLOORF@ _GL_FUNCDECL_SYS (floorf, float, (float x)); # endif