From: Waldemar Brodkorb Date: Thu, 28 Aug 2014 10:31:27 +0000 (+0200) Subject: m68k: fix typo X-Git-Url: http://git.osdn.net/view?p=uclinux-h8%2FuClibc.git;a=commitdiff_plain;h=5a89f1c6964cc938c439d992f187bc87cdd4eb07 m68k: fix typo otherwise you get compile warnings, when building for m68k. Signed-off-by: Waldemar Brodkorb Signed-off-by: Bernhard Reutner-Fischer --- diff --git a/libc/sysdeps/linux/m68k/bits/huge_vall.h b/libc/sysdeps/linux/m68k/bits/huge_vall.h index c44b64dfc..674b46d25 100644 --- a/libc/sysdeps/linux/m68k/bits/huge_vall.h +++ b/libc/sysdeps/linux/m68k/bits/huge_vall.h @@ -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__ \