From 183f9f334fce5d3fcaeb86cf2cfc9f164f45d50a Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 2 Jan 2010 10:37:58 +0000 Subject: [PATCH] Tidy up determination of the PLAT_ macros a bit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10989 --- include/valgrind.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/valgrind.h b/include/valgrind.h index b178cda9a6..fc46465e61 100644 --- a/include/valgrind.h +++ b/include/valgrind.h @@ -89,13 +89,15 @@ Misc note: how to find out what's predefined in gcc by default: gcc -Wp,-dM somefile.c */ +#undef PLAT_ppc64_aix5 +#undef PLAT_ppc32_aix5 +#undef PLAT_x86_darwin +#undef PLAT_amd64_darwin #undef PLAT_x86_linux #undef PLAT_amd64_linux #undef PLAT_ppc32_linux #undef PLAT_ppc64_linux #undef PLAT_arm_linux -#undef PLAT_ppc32_aix5 -#undef PLAT_ppc64_aix5 #if defined(_AIX) && defined(__64BIT__) # define PLAT_ppc64_aix5 1 -- 2.47.2