gcc:
[official-gcc.git] / fixincludes / tests / base / complex.h
blobf648d6fc2c42242c4a4b83b1005c78867ea17328
1 /* DO NOT EDIT THIS FILE.
3 It has been auto-edited by fixincludes from:
5 "fixinc/tests/inc/complex.h"
7 This had to be done to correct non-standard usages in the
8 original, manufacturer supplied header file. */
12 #if defined( AIX_COMPLEX_CHECK )
13 #define _Complex_I (__extension__ 1.0iF)
15 #endif /* AIX_COMPLEX_CHECK */
18 #if defined( HPUX_IMAGINARY_I_CHECK )
19 #define _Complex_I (__extension__ 1.0iF)
21 #endif /* HPUX_IMAGINARY_I_CHECK */
24 #if defined( SOLARIS_COMPLEX_CHECK )
25 #define _Complex_I (__extension__ 1.0iF)
26 #define complex _Complex
27 #undef I
28 #define I _Complex_I
29 #endif /* SOLARIS_COMPLEX_CHECK */
32 #if defined( SOLARIS_COMPLEX_CXX_CHECK )
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 #ifdef __cplusplus
38 #endif
39 #endif /* SOLARIS_COMPLEX_CXX_CHECK */