[macruby-changes] [3890] MacRuby/trunk/gc.c

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 29 15:41:08 PDT 2010


Revision: 3890
          http://trac.macosforge.org/projects/ruby/changeset/3890
Author:   lsansonetti at apple.com
Date:     2010-03-29 15:41:07 -0700 (Mon, 29 Mar 2010)
Log Message:
-----------
woops

Modified Paths:
--------------
    MacRuby/trunk/gc.c

Modified: MacRuby/trunk/gc.c
===================================================================
--- MacRuby/trunk/gc.c	2010-03-29 22:36:07 UTC (rev 3889)
+++ MacRuby/trunk/gc.c	2010-03-29 22:41:07 UTC (rev 3890)
@@ -1024,9 +1024,9 @@
     auto_collection_control_t *control;
 
 #if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
+    __auto_zone = objc_collectableZone();
+#else
     __auto_zone = auto_zone();
-#else
-    __auto_zone = objc_collectableZone();
 #endif
     
     if (__auto_zone == NULL) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100329/38949750/attachment.html>


More information about the macruby-changes mailing list