Fix typo in preprocessor conditional

This commit is contained in:
Andreas Schwab 2014-06-16 23:43:57 +02:00
parent f2f6d82fe1
commit ea8a15f628
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View 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__ \