Author: mlytwyn
Date: Wed Jan  6 04:02:05 2016
New Revision: 39255

URL: http://svn.gna.org/viewcvs/gnustep?rev=39255&view=rev
Log:
Restore ARC_RUNTIME macro now that we've found the bug in libobjc2

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=39255&r1=39254&r2=39255&view=diff
==============================================================================
--- libs/base/branches/gnustep_testplant_branch/Source/NSAutoreleasePool.m      
(original)
+++ libs/base/branches/gnustep_testplant_branch/Source/NSAutoreleasePool.m      
Wed Jan  6 04:02:05 2016
@@ -36,11 +36,9 @@
 
 #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