Print this page
5367 complex.h /* #if !defined(__cplusplus) */ comment foils gcc fixincludes
*** 31,42 ****
#ifdef __cplusplus
extern "C" {
#endif
- /* #if !defined(__cplusplus) */
-
/*
* Compilation environments for Solaris must provide the _Imaginary datatype
* and the compiler intrinsics _Complex_I and _Imaginary_I
*/
#if defined(__SUNPRO_C)
--- 31,40 ----
*** 124,134 ****
extern long double complex csinl(long double complex);
extern long double complex csqrtl(long double complex);
extern long double complex ctanhl(long double complex);
extern long double complex ctanl(long double complex);
- /* #endif */ /* !defined(__cplusplus) */
#ifdef __cplusplus
}
#endif
-
#endif /* _COMPLEX_H */
--- 122,130 ----