OSDN Git Service

m68k: fix typo
authorWaldemar Brodkorb <wbx@openadk.org>
Thu, 28 Aug 2014 10:31:27 +0000 (12:31 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 28 Aug 2014 11:09:29 +0000 (13:09 +0200)
otherwise you get compile warnings, when building for m68k.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/m68k/bits/huge_vall.h

index c44b64d..674b46d 100644 (file)
@@ -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__                                       \