1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 22:22:18 +02:00

Fix bug #53632 with x87 fpu

This commit is contained in:
Scott MacVicar
2011-01-04 22:36:23 +00:00
parent 8d8f6552ca
commit bb08994d71

View File

@@ -2035,7 +2035,7 @@ ZEND_API double zend_strtod (CONST char *s00, CONST char **se)
int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign,
e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
CONST char *s, *s0, *s1;
double aadj, aadj1, adj;
volatile double aadj, aadj1, adj;
volatile _double rv, rv0;
Long L;
ULong y, z;