Reviewers: Yang,

Message:
PTAL.

Description:
Fix shared library build of preparser: properly #undef V8EXPORT

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

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8-preparser.h


Index: include/v8-preparser.h
diff --git a/include/v8-preparser.h b/include/v8-preparser.h
index 389949d2004de9d409e8343cc8f54e85e8d2f144..3e39823d65ccdd8d78cd189581bdd6e2e5c7f4a0 100644
--- a/include/v8-preparser.h
+++ b/include/v8-preparser.h
@@ -115,4 +115,6 @@ PreParserData V8EXPORT Preparse(UnicodeInputStream* input,

 }  // namespace v8.

+#undef V8EXPORT
+
 #endif  // PREPARSER_H


--
--
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/groups/opt_out.


Reply via email to