aboutsummaryrefslogtreecommitdiff
path: root/include/tgmath.h
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2014-09-05 05:36:32 +0000
committerEd Schouten <ed@FreeBSD.org>2014-09-05 05:36:32 +0000
commitb58aba6b66b24b993f1f241d88fb9f9a2025e1f7 (patch)
treeb2602da980966fa5a29c2e911dc374a37179bed3 /include/tgmath.h
parent7aa83a16bce6adca4c7e3af643705dc4acb031a0 (diff)
Notes
Diffstat (limited to 'include/tgmath.h')
-rw-r--r--include/tgmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgmath.h b/include/tgmath.h
index 488575f0fbfa1..7f4de6f3fa6e8 100644
--- a/include/tgmath.h
+++ b/include/tgmath.h
@@ -61,7 +61,7 @@
*/
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L) || \
- __has_extension(c_generic_selections) || __GNUC_PREREQ__(4, 9)
+ __has_extension(c_generic_selections)
#define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \
_Generic(x, \
long double _Complex: cfnl, \