|
From: <sv...@va...> - 2009-06-12 06:05:58
|
Author: njn
Date: 2009-06-12 07:05:54 +0100 (Fri, 12 Jun 2009)
New Revision: 10308
Log:
Darwin fix.
Modified:
branches/BUILD_TWEAKS/coregrind/m_coredump/coredump-macho.c
Modified: branches/BUILD_TWEAKS/coregrind/m_coredump/coredump-macho.c
===================================================================
--- branches/BUILD_TWEAKS/coregrind/m_coredump/coredump-macho.c 2009-06-12 05:54:13 UTC (rev 10307)
+++ branches/BUILD_TWEAKS/coregrind/m_coredump/coredump-macho.c 2009-06-12 06:05:54 UTC (rev 10308)
@@ -28,7 +28,7 @@
The GNU General Public License is contained in the file COPYING.
*/
-#if defined(VGP_darwin)
+#if defined(VGO_darwin)
#include "pub_core_basics.h"
#include "pub_core_vki.h"
@@ -40,7 +40,7 @@
// DDD: #warning GrP fixme coredump
}
-#endif // defined(VGP_darwin)
+#endif // defined(VGO_darwin)
/*--------------------------------------------------------------------*/
/*--- end ---*/
|