/[classpath]/classpath/native/fdlibm/strtod.c
ViewVC logotype

Diff of /classpath/native/fdlibm/strtod.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by egagnon, Mon Mar 29 07:07:26 2004 UTC revision 1.4 by mkoch, Sat Mar 5 14:46:53 2005 UTC
# Line 118  _DEFUN (_strtod_r, (ptr, s00, se), Line 118  _DEFUN (_strtod_r, (ptr, s00, se),
118    unsigned long y, z;    unsigned long y, z;
119    union double_union rv, rv0;    union double_union rv, rv0;
120    
121    _Jv_Bigint *bb, *bb1, *bd, *bd0, *bs, *delta;    _Jv_Bigint *bb = NULL, *bb1, *bd = NULL, *bd0, *bs = NULL, *delta = NULL;
122    sign = nz0 = nz = 0;    sign = nz0 = nz = 0;
123    rv.d = 0.;    rv.d = 0.;
124    for (s = s00;; s++)    for (s = s00;; s++)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26