Reviewers: vogelheim,

Description:
Fix shared library build.


[email protected]

Please review this at https://codereview.chromium.org/913173002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+4, -0 lines):
  M src/d8.cc


Index: src/d8.cc
diff --git a/src/d8.cc b/src/d8.cc
index 246c17fae4815db05505eaac748eb13cb123eb1d..953a37519e4ba4b784606d699e2a42c62bbc58c4 100644
--- a/src/d8.cc
+++ b/src/d8.cc
@@ -66,6 +66,10 @@
 #define DCHECK(condition) assert(condition)
 #endif

+#ifndef CHECK
+#define CHECK(condition) assert(condition)
+#endif
+
 namespace v8 {




--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to