[git commit] m68k: fix typo

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Aug 28 11:09:29 UTC 2014


commit: http://git.uclibc.org/uClibc/commit/?id=5a89f1c6964cc938c439d992f187bc87cdd4eb07
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

otherwise you get compile warnings, when building for m68k.

Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/m68k/bits/huge_vall.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/sysdeps/linux/m68k/bits/huge_vall.h b/libc/sysdeps/linux/m68k/bits/huge_vall.h
index c44b64d..674b46d 100644
--- a/libc/sysdeps/linux/m68k/bits/huge_vall.h
+++ b/libc/sysdeps/linux/m68k/bits/huge_vall.h
@@ -26,7 +26,7 @@
 # define HUGE_VALL	(__builtin_huge_vall ())
 #elif __GNUC_PREREQ(2,96)
 # define HUGE_VALL	(__extension__ 0x1.0p32767L)
-#elif defined__GNUC__
+#elif defined __GNUC__
 
 # define HUGE_VALL					\
   (__extension__					\


More information about the uClibc-cvs mailing list