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

Unified Diff: src/preparser.cc

Issue 21022003: Revert new OS and CC detection and related changes since r15923. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | « src/platform-win32.cc ('k') | src/sampler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/preparser.cc
diff --git a/src/preparser.cc b/src/preparser.cc
index 648ba30510b954884aaf7fe54f87eaf27c54a0c2..36a94a3315b312d89922fde236426fc5570580bf 100644
--- a/src/preparser.cc
+++ b/src/preparser.cc
@@ -42,7 +42,7 @@
#include "unicode.h"
#include "utils.h"
-#if V8_CC_MSVC
+#ifdef _MSC_VER
namespace std {
// Usually defined in math.h, but not in MSVC.
« no previous file with comments | « src/platform-win32.cc ('k') | src/sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698