cvs commit: src/include tgmath.h
Stefan Farfeleder
stefanf at FreeBSD.org
Mon Sep 6 09:58:26 PDT 2004
stefanf 2004-09-06 16:58:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
include tgmath.h
Log:
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)
Revision Changes Path
1.1.2.1 +6 -5 src/include/tgmath.h
More information about the cvs-src
mailing list