Chromium Code Reviews

Unified Diff: src/strtod.cc

Issue 14362023: Replace math.h with cmath (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/runtime.cc ('k') | src/win32-math.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/strtod.cc
diff --git a/src/strtod.cc b/src/strtod.cc
index 0dc618a399f9df8b0ecb9c8b3039bd4edb158727..dfe2fb73594ec5520da701548424edf371fcf1d2 100644
--- a/src/strtod.cc
+++ b/src/strtod.cc
@@ -26,7 +26,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <stdarg.h>
-#include <math.h>
+#include <cmath>
#include "globals.h"
#include "utils.h"
« no previous file with comments | « src/runtime.cc ('k') | src/win32-math.h » ('j') | no next file with comments »

Powered by Google App Engine