mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
Fix typo in preprocessor conditional
This commit is contained in:
parent
f2f6d82fe1
commit
ea8a15f628
@ -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.
|
||||
|
||||
|
@ -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__ \
|
||||
|
Loading…
Reference in New Issue
Block a user