1 --- gdtoa-strtord.c.orig 2005-01-20 20:12:37.000000000 -0800
2 +++ gdtoa-strtord.c 2005-02-17 13:06:38.000000000 -0800
10 -strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d;
12 -strtord(CONST char *s, char **sp, int rounding, double *d)
15 - static FPI fpi0 = { 53, 1-1023-53+1, 2046-1023-53+1, 1, SI };
22 - if (rounding != FPI_Round_near) {
24 - fpi1.rounding = rounding;
27 - k = strtodg(s, sp, fpi, &exp, bits);
28 - ULtod((ULong*)d, bits, exp, k);