Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-06-18 08:20:14 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-06-18 08:20:14 +0400
commit8cb1442e10e5d4126a78b564839b160045001698 (patch)
treebde7210e6541c222ef0c67603c356231275fc113
parent9fe2a2157b08beb8b96270a1a3a1663dad07f74b (diff)
* include/float.h: #include_next<float.h> before header guard.
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/include/float.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index c9c5644e8..0692635e9 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -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
diff --git a/winsup/mingw/include/float.h b/winsup/mingw/include/float.h
index dbd044155..afcc280a9 100644
--- a/winsup/mingw/include/float.h
+++ b/winsup/mingw/include/float.h
@@ -32,14 +32,14 @@
*
*/
+#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.
*/