Clarify to explain that C99 conforming compilers don't need CMPLX*().

Discussed with: kargl@
This commit is contained in:
Ed Schouten 2014-12-24 10:13:53 +00:00
parent c418933aee
commit 799cf446be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=276176

View File

@ -456,9 +456,8 @@ typedef union {
* to -0.0+I*0.0.
*
* The C11 standard introduced the macros CMPLX(), CMPLXF() and CMPLXL()
* to construct complex values. The functions below are modelled after
* these macros, with the exception that they cannot be used to
* construct compile-time complex values.
* to construct complex values. Compilers that conform to the C99
* standard require the following functions to avoid the above issues.
*/
#ifndef CMPLXF