]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix #undefs that are inconsistent with those further up the file,
authorJulian Seward <jseward@acm.org>
Fri, 24 Jun 2011 18:26:11 +0000 (18:26 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 24 Jun 2011 18:26:11 +0000 (18:26 +0000)
as spotted by Michael Meeks.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11829

include/valgrind.h

index 631dafdc5de9abed016e3986c51c5bdfb4150d66..0b5dc5be105343be353819237cf026a675a16490 100644 (file)
@@ -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 */