]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Tidy up determination of the PLAT_ macros a bit.
authorJulian Seward <jseward@acm.org>
Sat, 2 Jan 2010 10:37:58 +0000 (10:37 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 2 Jan 2010 10:37:58 +0000 (10:37 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10989

include/valgrind.h

index b178cda9a6d631cacc54f6c32d4f66362047ee0e..fc46465e6134ab461d93f3237d86908396176a59 100644 (file)
    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