Reviewers: William Hesse,
Description:
Name argument in forward declaration.
Unbreaks the build.
TBR: [email protected]
Committed: http://code.google.com/p/v8/source/detail?r=5841
Please review this at http://codereview.chromium.org/5126002/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files:
M src/bignum-dtoa.cc
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,
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev