From 2acd297ebe71ff7f29847c8c4783be921ce124d6 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Fri, 24 Jun 2011 18:26:11 +0000 Subject: [PATCH] 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 --- include/valgrind.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/valgrind.h b/include/valgrind.h index 631dafdc5d..0b5dc5be10 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 */ -- 2.47.2