]> sourceware.org Git - newlib-cygwin.git/commitdiff
2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 20 Aug 2011 04:12:22 +0000 (04:12 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 20 Aug 2011 04:12:22 +0000 (04:12 +0000)
        * include/float.h: Modify guard to accomodate CLang.

        Thanks to Ruben Van Boxem for the report.

winsup/mingw/ChangeLog
winsup/mingw/include/float.h

index ca0b7a17b80be5036bfc02c9299c3759211fe7e6..8e7e6bcee3ae136208a467455736d10df1e3c05a 100644 (file)
@@ -1,3 +1,9 @@
+2011-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       * include/float.h: Modify guard to accomodate CLang.
+
+       Thanks to Ruben Van Boxem for the report.
+
 2011-08-19  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
 
        * tlssup.c: Remove mingwm10.dll fallback.
index d5f22151eb72abd98bcd93c1cd2b8d724706b56b..47017c9c71a75017a987ba0e850fa4a7feb97520 100644 (file)
@@ -26,7 +26,8 @@
  * _FLOAT_H___ macro, may be found first, thus...
  *
  */
-#ifndef _FLOAT_H___
+#if !defined(_FLOAT_H___) && !defined(__FLOAT_H)
+
  /*
   * ...when we didn't find the GCC-supplied header first, we want to pull
   * it in now; include_next should achieve this, (and we must rely on the
This page took 0.038192 seconds and 5 git commands to generate.