From: Julian Seward Date: Fri, 24 Jun 2011 18:26:11 +0000 (+0000) Subject: Fix #undefs that are inconsistent with those further up the file, X-Git-Tag: svn/VALGRIND_3_7_0~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2acd297ebe71ff7f29847c8c4783be921ce124d6;p=thirdparty%2Fvalgrind.git 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 --- 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 */