summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-06-24 18:26:11 +0000
committersewardj <sewardj@a5019735-40e9-0310-863c-91ae7b9d1cf9>2011-06-24 18:26:11 +0000
commitc112c8ea1262761630f2f17ada4d53697b1242fa (patch)
tree204ec45212fcff757d34299a91cd6e6b9affde0f /include
parent70ceabc302b8b2be50d2ace851c9c28ad2a43ba3 (diff)
Fix #undefs that are inconsistent with those further up the file,
as spotted by Michael Meeks. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11829 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'include')
-rw-r--r--include/valgrind.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/valgrind.h b/include/valgrind.h
index 631dafdc..0b5dc5be 100644
--- a/include/valgrind.h
+++ b/include/valgrind.h
@@ -5292,13 +5292,16 @@ VALGRIND_PRINTF_BACKTRACE(const char *format, ...)
addr, buf64, 0, 0, 0)
+#undef PLAT_ppc64_aix5
+#undef PLAT_ppc32_aix5
+#undef PLAT_x86_darwin
+#undef PLAT_amd64_darwin
+#undef PLAT_x86_win32
#undef PLAT_x86_linux
#undef PLAT_amd64_linux
#undef PLAT_ppc32_linux
#undef PLAT_ppc64_linux
#undef PLAT_arm_linux
#undef PLAT_s390x_linux
-#undef PLAT_ppc32_aix5
-#undef PLAT_ppc64_aix5
#endif /* __VALGRIND_H */