annotate src/gcc-1-mingw-float.patch @ 3725:2acaa9943159

qscintilla: update 2.8.4 * src/qscintilla.mk: update to version and checksum for 2.8.4
author John Donoghue
date Mon, 20 Oct 2014 11:01:00 -0400
parents 99516e73b368
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 1905
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
1039
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
3
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
4 This patch has been taken from:
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
5 http://gcc.gnu.org/ml/gcc-patches/2010-06/msg00387.html
1052
749cbc1d5796 updated patch attributions of packages gcc, glib and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents: 1039
diff changeset
6 http://sourceforge.net/tracker/?func=detail&atid=302435&aid=3011968&group_id=2435
1039
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
7
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
8 diff -urN a/gcc/ginclude/float.h b/gcc/ginclude/float.h
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
9 --- a/gcc/ginclude/float.h 2009-04-09 17:00:19.000000000 +0200
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
10 +++ b/gcc/ginclude/float.h 2010-06-05 12:03:41.887724045 +0200
1905
4cb5d60c0482 update packages: gcc imagemagick
Mark Brand <mabrand@mabrand.nl>
parents: 1052
diff changeset
11 @@ -275,3 +275,7 @@
1039
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
12 #endif /* __STDC_WANT_DEC_FP__ */
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
13
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
14 #endif /* _FLOAT_H___ */
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
15 +
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
16 +#ifdef __MINGW32__
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
17 +#include_next<float.h>
5e7cbb62c57a fix the float.h problem in packages gcc and mingwrt
Mark Brand <mabrand@mabrand.nl>
parents:
diff changeset
18 +#endif