Revision: 5841
Author: [email protected]
Date: Wed Nov 17 05:29:45 2010
Log: Name argument in forward declaration.
Unbreaks the build.
TBR: [email protected]
Review URL: http://codereview.chromium.org/5126002
http://code.google.com/p/v8/source/detail?r=5841
Modified:
/branches/bleeding_edge/src/bignum-dtoa.cc
=======================================
--- /branches/bleeding_edge/src/bignum-dtoa.cc Wed Nov 17 05:20:44 2010
+++ /branches/bleeding_edge/src/bignum-dtoa.cc Wed Nov 17 05:29:45 2010
@@ -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,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev