Author: mlytwyn
Date: Thu Dec 31 22:16:17 2015
New Revision: 39249

URL: http://svn.gna.org/viewcvs/gnustep?rev=39249&view=rev
Log:
Revert to non-ARC functions

Modified:
    libs/base/branches/gnustep_testplant_branch/Source/NSAutoreleasePool.m

Modified: libs/base/branches/gnustep_testplant_branch/Source/NSAutoreleasePool.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/base/branches/gnustep_testplant_branch/Source/NSAutoreleasePool.m?rev=39249&r1=39248&r2=39249&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/NSAutoreleasePool.m      
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/NSAutoreleasePool.m      
Thu Dec 31 22:16:17 2015
@@ -36,9 +36,11 @@
 
 #if __has_include(<objc/capabilities.h>)
 #  include <objc/capabilities.h>
+#if 0 // Omit for test
 #  ifdef OBJC_ARC_AUTORELEASE_DEBUG
 #    include <objc/objc-arc.h>
 #    define ARC_RUNTIME 1
+#  endif
 #  endif
 #endif
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to