diff options
Diffstat (limited to 'winsup/mingw/include/complex.h')
-rw-r--r-- | winsup/mingw/include/complex.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/mingw/include/complex.h b/winsup/mingw/include/complex.h index 2fd73a12e..93f2a80c5 100644 --- a/winsup/mingw/include/complex.h +++ b/winsup/mingw/include/complex.h @@ -24,9 +24,6 @@ /* All the headers include this file. */ #include <_mingw.h> -#if (defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) \ - || !defined __STRICT_ANSI__ - /* These macros are specified by C99 standard */ #ifndef __cplusplus @@ -199,7 +196,5 @@ __CRT_INLINE long double __MINGW_ATTRIB_CONST cargl (long double _Complex _Z) } #endif -#endif /* __STDC_VERSION__ >= 199901L */ - #endif /* _COMPLEX_H */ |