Hi, from my point of view this is ok. Nevertheless I would like that Andre is taking a look to it before.
Thanks, Kai 2016-05-13 13:58 GMT+02:00 Hugo Beauzée-Luyssen <[email protected]>: > --- > mingw-w64-headers/crt/math.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/mingw-w64-headers/crt/math.h b/mingw-w64-headers/crt/math.h > index 171208f..d855a0f 100644 > --- a/mingw-w64-headers/crt/math.h > +++ b/mingw-w64-headers/crt/math.h > @@ -431,7 +431,7 @@ typedef long double double_t; > __mingw_fp_types_t hlp; > unsigned int l, h; > > - hlp.d = &x; > + hlp.ld = &x; > h = hlp.ldt->lh.high; > l = hlp.ldt->lh.low | (h & 0xfffff); > h &= 0x7ff00000; > @@ -591,7 +591,7 @@ __mingw_choose_expr ( > \ > __mingw_fp_types_t hlp; > int l, h; > > - hlp.d = &_x; > + hlp.ld = &_x; > l = hlp.dt->lh.low; > h = hlp.dt->lh.high & 0x7fffffff; > h |= (unsigned int) (l | -l) >> 31; > @@ -662,7 +662,7 @@ __mingw_choose_expr ( > \ > #elif defined(__arm__) || defined(_ARM_) > __mingw_fp_types_t hlp; > > - hlp.d = &x; > + hlp.ld = &x; > return ((hlp.dt->lh.high & 0x80000000) != 0); > #elif defined(__i386__) || defined(_X86_) > unsigned short stw; > -- > 2.8.1 > > > ------------------------------------------------------------------------------ > Mobile security can be enabling, not merely restricting. Employees who > bring their own devices (BYOD) to work are irked by the imposition of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
