From: Julian Seward Date: Sat, 2 Jan 2010 10:37:58 +0000 (+0000) Subject: Tidy up determination of the PLAT_ macros a bit. X-Git-Tag: svn/VALGRIND_3_6_0~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=183f9f334fce5d3fcaeb86cf2cfc9f164f45d50a;p=thirdparty%2Fvalgrind.git Tidy up determination of the PLAT_ macros a bit. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10989 --- 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