Index: src/bignum-dtoa.cc |
=================================================================== |
--- src/bignum-dtoa.cc (revision 5840) |
+++ src/bignum-dtoa.cc (working copy) |
@@ -48,7 +48,7 @@ |
// Forward declarations: |
// Returns an estimation of k such that 10^(k-1) <= v < 10^k. |
-static int EstimatePower(int); |
+static int EstimatePower(int exponent); |
// Computes v / 10^estimated_power exactly, as a ratio of two bignums, numerator |
// and denominator. |
static void InitialScaledStartValues(double v, |