projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f38ec
)
math: Fix indentation.
author
Bruno Haible
<bruno@clisp.org>
Tue, 21 Dec 2010 15:11:13 +0000
(16:11 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 21 Dec 2010 15:11:13 +0000
(16:11 +0100)
* lib/math.in.h (floorf): Fix indentation.
ChangeLog
patch
|
blob
|
history
lib/math.in.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index cd6dfc00054b7d992ea66e153bcd5353c16dc9cb..b5e2efe974f90a1cf402b3b1567e82ced58fd7c9 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2010-12-21 Bruno Haible <bruno@clisp.org>
+
+ math: Fix indentation.
+ * lib/math.in.h (floorf): Fix indentation.
+
2010-12-21 Bruno Haible <bruno@clisp.org>
Fix cross-compilation guesses on Solaris.
diff --git
a/lib/math.in.h
b/lib/math.in.h
index 0f78264553aab20e92e1a689621838e41c81ca6d..e05048aa8af63822a8d2aae64a16f6ea543092d6 100644
(file)
--- 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