|
From: <sv...@va...> - 2009-06-12 05:01:51
|
Author: njn Date: 2009-06-12 06:01:48 +0100 (Fri, 12 Jun 2009) New Revision: 10306 Log: Fix Darwin compile breakage. Modified: branches/BUILD_TWEAKS/coregrind/m_ume/priv_ume.h Modified: branches/BUILD_TWEAKS/coregrind/m_ume/priv_ume.h =================================================================== --- branches/BUILD_TWEAKS/coregrind/m_ume/priv_ume.h 2009-06-12 04:56:25 UTC (rev 10305) +++ branches/BUILD_TWEAKS/coregrind/m_ume/priv_ume.h 2009-06-12 05:01:48 UTC (rev 10306) @@ -37,7 +37,7 @@ #if defined(VGO_linux) extern Bool VG_(match_ELF) ( Char *hdr, Int len ); extern Int VG_(load_ELF) ( Int fd, const HChar *name, ExeInfo *info ); -#elif defined(HAVE_MACHO) +#elif defined(VGO_darwin) extern Bool VG_(match_macho) ( Char *hdr, Int len ); extern Int VG_(load_macho) ( Int fd, const HChar *name, ExeInfo *info ); #else |