Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Index: dtoa.cc | |
| 2 =================================================================== | |
| 3 --- dtoa.cc (revision 161424) | |
| 4 +++ dtoa.cc (working copy) | |
| 5 @@ -3569,7 +3569,7 @@ | |
| 6 int denorm; | |
| 7 ULong x; | |
| 8 #endif | |
| 9 - Bigint *b, *b1, *delta, *mlo, *mhi, *S; | |
| 10 + Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S; | |
| 11 U d2, eps, u; | |
| 12 double ds; | |
| 13 char *s, *s0; | |
| OLD | NEW |