提交 2d321fa0 编写于 作者: N nsz

complex: make _Complex_I work with gcc -std=c99 -pedantic-errors

上级 0a1c2c1c
......@@ -6,7 +6,11 @@ extern "C" {
#endif
#define complex _Complex
#ifdef __GNUC__
#define _Complex_I (__extension__ 1.0fi)
#else
#define _Complex_I 1.0fi
#endif
#define I _Complex_I
double complex cacos(double complex);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册