Print this page
5367 complex.h /* #if !defined(__cplusplus) */ comment foils gcc fixincludes

@@ -31,12 +31,10 @@
 
 #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)

@@ -124,11 +122,9 @@
 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 */