OSDN Git Service

* include/float.h: #include_next<float.h> before header guard.
authordannysmith <dannysmith>
Tue, 18 Jun 2002 04:20:11 +0000 (04:20 +0000)
committerdannysmith <dannysmith>
Tue, 18 Jun 2002 04:20:11 +0000 (04:20 +0000)
winsup/mingw/ChangeLog
winsup/mingw/include/float.h

index c9c5644..0692635 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-18  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/float.h: #include_next<float.h> before header guard.
+
 2002-06-18  Casper S. Hornstrup  <chorns@users.sourceforge.net>
 
        * include/_mingw.h (__MINGW_IMPORT): Check for prior definition before
index dbd0441..afcc280 100644 (file)
  *
  */
 
+#include_next<float.h>
+
 #ifndef _MINGW_FLOAT_H_
 #define _MINGW_FLOAT_H_
 
 /* All the headers include this file. */
 #include <_mingw.h>
 
-#include_next<float.h>
-
 /*
  * Functions and definitions for controlling the FPU.
  */