Kaydet (Commit) 429876d1 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt patch

Change-Id: I7945eed053a671ad0c755284a372d16083e596b2
üst e531f846
--- Objects/obmalloc.c --- Objects/obmalloc.c
+++ Objects/obmalloc.c +++ Objects/obmalloc.c
@@ -9,8 +9,8 @@ @@ -413,8 +413,8 @@
#endif
#endif #ifdef WITH_PYMALLOC
+#define WITH_VALGRIND +#define WITH_VALGRIND
#ifdef WITH_VALGRIND #ifdef WITH_VALGRIND
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
/* If we're using GCC, use __builtin_expect() to reduce overhead of /* If we're using GCC, use __builtin_expect() to reduce overhead of
the valgrind checks */ the valgrind checks */
@@ -771,7 +771,7 @@ @@ -1181,7 +1181,7 @@
#ifdef WITH_VALGRIND #ifdef WITH_VALGRIND
if (UNLIKELY(running_on_valgrind == -1)) if (UNLIKELY(running_on_valgrind == -1))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment