|
From: <sv...@va...> - 2010-07-01 00:48:47
|
Author: njn
Date: 2010-07-01 01:48:38 +0100 (Thu, 01 Jul 2010)
New Revision: 11198
Log:
The branch has been merged to the trunk and is dead. Make this obvious with
a #error directive.
Modified:
branches/MACOSX106/coregrind/m_main.c
Modified: branches/MACOSX106/coregrind/m_main.c
===================================================================
--- branches/MACOSX106/coregrind/m_main.c 2010-07-01 00:37:46 UTC (rev 11197)
+++ branches/MACOSX106/coregrind/m_main.c 2010-07-01 00:48:38 UTC (rev 11198)
@@ -1424,6 +1424,8 @@
struct vki_rlimit zero = { 0, 0 };
XArray* addr2dihandle = NULL;
+ #error "The MACOSX106 branch has been merged to the trunk and shouldn't be used any more"
+
//============================================================
//
// Nb: startup is complex. Prerequisites are shown at every step.
|