From 112df0272af2d305df4a00f68793493982960325 Mon Sep 17 00:00:00 2001 From: dannysmith Date: Tue, 18 Jun 2002 04:20:11 +0000 Subject: [PATCH] * include/float.h: #include_next before header guard. --- winsup/mingw/ChangeLog | 4 ++++ winsup/mingw/include/float.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index c9c5644e84..0692635e94 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,3 +1,7 @@ +2002-06-18 Danny Smith + + * include/float.h: #include_next before header guard. + 2002-06-18 Casper S. Hornstrup * 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 dbd0441553..afcc280a9c 100644 --- a/winsup/mingw/include/float.h +++ b/winsup/mingw/include/float.h @@ -32,14 +32,14 @@ * */ +#include_next + #ifndef _MINGW_FLOAT_H_ #define _MINGW_FLOAT_H_ /* All the headers include this file. */ #include <_mingw.h> -#include_next - /* * Functions and definitions for controlling the FPU. */ -- 2.11.0