|
From: <sv...@va...> - 2011-06-24 18:31:01
|
Author: sewardj
Date: 2011-06-24 19:26:11 +0100 (Fri, 24 Jun 2011)
New Revision: 11829
Log:
Fix #undefs that are inconsistent with those further up the file,
as spotted by Michael Meeks.
Modified:
trunk/include/valgrind.h
Modified: trunk/include/valgrind.h
===================================================================
--- trunk/include/valgrind.h 2011-06-24 18:23:42 UTC (rev 11828)
+++ trunk/include/valgrind.h 2011-06-24 18:26:11 UTC (rev 11829)
@@ -5292,13 +5292,16 @@
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 */
|