* include/float.h: #include_next<float.h> before header guard.
This commit is contained in:
parent
9fe2a2157b
commit
8cb1442e10
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue