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

Unified Diff: third_party/re2/util/valgrind.h

Issue 1530113002: Revert of Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « third_party/re2/util/util.h ('k') | third_party/re2/util/valgrind.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/util/valgrind.h
diff --git a/third_party/re2/util/valgrind.h b/third_party/re2/util/valgrind.h
index ca10b1a0ddfd6d7a1a0f37e376e68b04cb1a1dea..d097b0cc24a3296cca99f23f47256a7c5de4d148 100644
--- a/third_party/re2/util/valgrind.h
+++ b/third_party/re2/util/valgrind.h
@@ -4064,6 +4064,7 @@
#endif /* PLAT_ppc64_aix5 */
+#ifndef WIN32
/* ------------------------------------------------------------------ */
/* ARCHITECTURE INDEPENDENT MACROS for CLIENT REQUESTS. */
/* */
@@ -4170,7 +4171,7 @@
VG_USERREQ__DISCARD_TRANSLATIONS, \
_qzz_addr, _qzz_len, 0, 0, 0); \
}
-
+#endif
/* These requests are for getting Valgrind itself to print something.
Possibly with a backtrace. This is a really ugly hack. The return value
« no previous file with comments | « third_party/re2/util/util.h ('k') | third_party/re2/util/valgrind.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698