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

Unified Diff: src/preparser.h

Issue 13465010: Fix another set of build failures on Windows since r14116. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/preparser.h
diff --git a/src/preparser.h b/src/preparser.h
index 35eaec2cbefd345c1e165d1a37d34b9c9801e335..ce9aa75469292e402f4ef3f0632c2568a41768eb 100644
--- a/src/preparser.h
+++ b/src/preparser.h
@@ -104,6 +104,11 @@ class DuplicateFinder {
};
+#ifdef WIN32
+#undef Yield
+#endif
+
+
class PreParser {
public:
enum PreParseResult {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698