MFC rev. 1.5. from HEAD,

Properly parenthesize the __tg_is_complex() macro by moving a closing
  paren to where it belongs.
This commit is contained in:
schweikh 2007-02-09 14:21:54 +00:00
parent 90320f6b25
commit e0c0e0c65f

View File

@ -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), \