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

Unified Diff: src/gdb-jit.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/d8-posix.cc ('k') | src/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gdb-jit.cc
diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc
index a4803cee6cd36f3e9eeb9ec22710931d13bb3d49..74db807fb35b1072fc2363ecfb5147e1869f547b 100644
--- a/src/gdb-jit.cc
+++ b/src/gdb-jit.cc
@@ -42,7 +42,7 @@
namespace v8 {
namespace internal {
-#if V8_OS_DARWIN
+#ifdef __APPLE__
#define __MACH_O
class MachO;
class MachOSection;
« no previous file with comments | « src/d8-posix.cc ('k') | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698