Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(169)

Unified Diff: src/dtoa-config.c

Issue 115176: Update v8 dtoa.c with latest changes from http://www.netlib.org/fp/dtoa.c... (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/third_party/dtoa/dtoa.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/dtoa-config.c
===================================================================
--- src/dtoa-config.c (revision 1859)
+++ src/dtoa-config.c (working copy)
@@ -53,6 +53,9 @@
#define IEEE_8087
#endif
+/* No hex floating point support needed */
+#define NO_HEX_FP
+
#define __MATH_H__
#if defined(__APPLE__) && defined(__MACH__) || defined(__FreeBSD__)
/* stdlib.h on FreeBSD and Apple's 10.5 and later SDKs will mangle the
« no previous file with comments | « no previous file | src/third_party/dtoa/dtoa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698