summaryrefslogtreecommitdiff
path: root/sysdeps/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k')
-rw-r--r--sysdeps/m68k/bits/huge_val.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/bits/huge_val.h b/sysdeps/m68k/bits/huge_val.h
index d191042835..9e1589157c 100644
--- a/sysdeps/m68k/bits/huge_val.h
+++ b/sysdeps/m68k/bits/huge_val.h
@@ -30,7 +30,7 @@
#ifdef __GNUC__
-# if __GNUC_PREREQ(2,95)
+# if __GNUC_PREREQ(2,96)
# define HUGE_VAL (__extension__ 0x1.0p2047)
@@ -56,7 +56,7 @@ static union { unsigned char __c[8]; double __d; } __huge_val =
#ifdef __USE_ISOC99
-# if __GNUC_PREREQ(2,95)
+# if __GNUC_PREREQ(2,96)
# define HUGE_VALF (__extension__ 0x1.0p255f)
# define HUGE_VALL (__extension__ 0x1.0p32767L)