summaryrefslogtreecommitdiffstats
path: root/include/tgmath.h
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2007-02-02 18:30:23 +0000
committerschweikh <schweikh@FreeBSD.org>2007-02-02 18:30:23 +0000
commit1c6bb0fe159297bcaaca160eae20feea65708abc (patch)
tree4b97f1ce5adeb9b9cf02446568056e4c6bbc7b11 /include/tgmath.h
parent27ba42ae5dd62dbeb5d3ef5118efb2841b9ebddf (diff)
downloadFreeBSD-src-1c6bb0fe159297bcaaca160eae20feea65708abc.zip
FreeBSD-src-1c6bb0fe159297bcaaca160eae20feea65708abc.tar.gz
Properly parenthesize the __tg_is_complex() macro by moving a closing
paren to where it belongs. MFC after: 7 days
Diffstat (limited to 'include/tgmath.h')
-rw-r--r--include/tgmath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tgmath.h b/include/tgmath.h
index 246a7ba..7ff8dd4 100644
--- a/include/tgmath.h
+++ b/include/tgmath.h
@@ -64,8 +64,8 @@
#define __tg_is_complex(e1, e2, e3) \
(__tg_type3(e1, e2, e3, float _Complex) || \
__tg_type3(e1, e2, e3, double _Complex) || \
- __tg_type3(e1, e2, e3, long double _Complex)) || \
- __tg_type3(e1, e2, e3, __typeof__(_Complex_I))
+ __tg_type3(e1, e2, e3, long double _Complex) || \
+ __tg_type3(e1, e2, e3, __typeof__(_Complex_I)))
#define __tg_impl_simple(x, y, z, fn, fnf, fnl, ...) \
__builtin_choose_expr(__tg_type_corr(x, y, z, long double), \
OpenPOWER on IntegriCloud