OSDN Git Service

* inclhack.def (aix_complex): Redefine _Complex_I. Do not
[pf3gnuchains/gcc-fork.git] / fixincludes / tests / base / complex.h
index c1447d4..d7f2c31 100644 (file)
@@ -10,8 +10,8 @@
 
 
 #if defined( AIX_COMPLEX_CHECK )
-#  define _Complex_I (__extension__ 1.0iF)
-#define I _Complex_I
+#define _Complex_I (__extension__ 1.0iF)
+
 #endif  /* AIX_COMPLEX_CHECK */