* include/float.h: #include_next<float.h> before header guard.

This commit is contained in:
Danny Smith 2002-06-18 04:20:14 +00:00
parent 9fe2a2157b
commit 8cb1442e10
2 changed files with 6 additions and 2 deletions

View 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> 2002-06-18 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/_mingw.h (__MINGW_IMPORT): Check for prior definition before * include/_mingw.h (__MINGW_IMPORT): Check for prior definition before

View File

@ -32,14 +32,14 @@
* *
*/ */
#include_next<float.h>
#ifndef _MINGW_FLOAT_H_ #ifndef _MINGW_FLOAT_H_
#define _MINGW_FLOAT_H_ #define _MINGW_FLOAT_H_
/* All the headers include this file. */ /* All the headers include this file. */
#include <_mingw.h> #include <_mingw.h>
#include_next<float.h>
/* /*
* Functions and definitions for controlling the FPU. * Functions and definitions for controlling the FPU.
*/ */