K 10 svn:author V 7 stefanf K 8 svn:date V 27 2004-09-06T16:58:25.000000Z K 7 svn:log V 665 MFC rev. 1.2, 1.3, 1.4: date: 2004/09/03 23:26:55; author: stefanf; state: Exp; lines: +1 -1 Embarrassing typo: s/nextbyint/nearbyint/ date: 2004/09/03 23:31:28; author: stefanf; state: Exp; lines: +4 -4 Use the keyword '_Complex' rather than the macro 'complex' since applications are allowed to undefine the latter. date: 2004/09/03 23:44:09; author: stefanf; state: Exp; lines: +2 -1 Add a workaround to recognise I/_Complex_I as complex arguments. Although the GCC manual claims that the expression 1.0fi has type float _Complex, __builtin_types_compatible_p(float _Complex, __typeof__(1.0fi))) yields 0. Approved by: re (scottl) END