Fix typo in preprocessor conditional
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Jun 2014 21:43:57 +0000 (23:43 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Jun 2014 21:44:34 +0000 (23:44 +0200)
ChangeLog
sysdeps/m68k/m680x0/bits/huge_vall.h

index 2eba950..7544a60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
 
+       * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
+       defined operator.
+
        * scripts/cross-test-ssh.sh (timeoutfactor): Default to
        $TIMEOUTFACTOR.
 
index f1a1614..ad7f606 100644 (file)
@@ -25,7 +25,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__                                       \