1 --- gdtoa-smisc.c.orig 2005-01-20 20:12:36.000000000 -0800
2 +++ gdtoa-smisc.c 2005-03-24 17:33:43.000000000 -0800
7 - (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
8 + (s, nd0, nd, y9, decpt) CONST char *s; int nd0, nd; ULong y9; int decpt;
10 - (CONST char *s, int nd0, int nd, ULong y9)
11 + (CONST char *s, int nd0, int nd, ULong y9, int decpt)
17 do b = multadd(b, 10, *s++ - '0');
26 b = multadd(b, 10, *s++ - '0');