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 2eba950a42d6a5c6e3d01ebcb64ab15f8c42a120..7544a60744962b14877ee5b16a4afaf7d2ce7389 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 f1a1614c358b81ef2f502d0a61e6559a6fbc1b66..ad7f606656d63c6268ef73c4b81422242a43d5e0 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__                                       \