Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword.

This commit is contained in:
Stefan Farfeleder
2004-08-14 18:03:21 +00:00
parent 0edc8c86ca
commit 4dfac64545
+2
View File
@@ -30,7 +30,9 @@
#define _COMPLEX_H #define _COMPLEX_H
#ifdef __GNUC__ #ifdef __GNUC__
#if __STDC_VERSION__ < 199901
#define _Complex __complex__ #define _Complex __complex__
#endif
#define _Complex_I 1.0fi #define _Complex_I 1.0fi
#endif #endif