Changing the define, because something in the system is using it
authorAlexander Strange <astrange@ithinksw.com>
Sat, 31 Jan 2004 17:18:30 +0000 (17:18 +0000)
committerAlexander Strange <astrange@ithinksw.com>
Sat, 31 Jan 2004 17:18:30 +0000 (17:18 +0000)
main.m

diff --git a/main.m b/main.m
index bb0d67c..8c15d17 100755 (executable)
--- a/main.m
+++ b/main.m
@@ -13,7 +13,7 @@ static const int (*ptp)(int,int,caddr_t,int) = ptrace;
 
 int main(int argc, const char *argv[])
 {
-#ifdef RELEASE
+#ifdef MT_RELEASE
     ptp(PT_DENY_ATTACH,getpid(),NULL,0);
 #endif
     return NSApplicationMain(argc, argv);