]> sourceware.org Git - newlib-cygwin.git/commitdiff
2008-02-28 Joseph Myers <joseph@codesourcery.com>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Tue, 4 Mar 2008 02:42:44 +0000 (02:42 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Tue, 4 Mar 2008 02:42:44 +0000 (02:42 +0000)
        * include/complex.h: Don't condition contents on C99 or not
        __STRICT_ANSI__.

winsup/mingw/ChangeLog
winsup/mingw/include/complex.h

index 67d775a1d875c5c026da16b53327418e1af9ed74..37f23dab9e61c20b60166dc5cdccfb2b262c41ad 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-28  Joseph Myers  <joseph@codesourcery.com>
+
+       * include/complex.h: Don't condition contents on C99 or not
+       __STRICT_ANSI__.
+
 2008-02-01  Brian Dessent  <brian@dessent.net>
 
        * Makefile.in: Add rules to generate multiple versions of libmoldname.a for
index 2fd73a12e2c0d28d9abab05bacf57c1bf1a29961..93f2a80c514ffa14cb64ec092f056a71ea1026e0 100644 (file)
@@ -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 */
This page took 0.035701 seconds and 5 git commands to generate.