From: jkummerow@chromium.org Date: Tue, 16 Apr 2013 14:55:45 +0000 (+0000) Subject: Fix shared library build of preparser: properly #undef V8EXPORT X-Git-Tag: upstream/4.7.83~14562 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d666b24255f07a6a94acb430b7d25ffa16fd15ec;p=platform%2Fupstream%2Fv8.git Fix shared library build of preparser: properly #undef V8EXPORT Review URL: https://codereview.chromium.org/14293010 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14290 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/include/v8-preparser.h b/include/v8-preparser.h index 389949d..3e39823 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