blob: 6cf9c813f3f7c7f7c2a58150d949d222bea87235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
This file is part of mingw-cross-env.
See doc/index.html for further information.
This patch has been taken from:
http://sourceforge.net/tracker/?func=detail&atid=302435&aid=3011968&group_id=2435
http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html
diff -urN a/include/float.h b/include/float.h
--- a/include/float.h 2010-03-07 04:31:41.000000000 +0100
+++ b/include/float.h 2010-06-05 12:29:08.899723741 +0200
@@ -16,8 +16,6 @@
*
*/
-#include_next<float.h>
-
#ifndef _MINGW_FLOAT_H_
#define _MINGW_FLOAT_H_
|