[macruby-changes] [4142] MacRuby/trunk/auto_zone_1060.h

source_changes at macosforge.org source_changes at macosforge.org
Mon May 24 18:42:43 PDT 2010


Revision: 4142
          http://trac.macosforge.org/projects/ruby/changeset/4142
Author:   martinlagardette at apple.com
Date:     2010-05-24 18:42:41 -0700 (Mon, 24 May 2010)
Log Message:
-----------
Fix auto_zone header for SL

Modified Paths:
--------------
    MacRuby/trunk/auto_zone_1060.h

Modified: MacRuby/trunk/auto_zone_1060.h
===================================================================
--- MacRuby/trunk/auto_zone_1060.h	2010-05-24 23:35:12 UTC (rev 4141)
+++ MacRuby/trunk/auto_zone_1060.h	2010-05-25 01:42:41 UTC (rev 4142)
@@ -259,7 +259,7 @@
     void *arg2;
 } auto_weak_callback_block_t;
 
-extern void auto_assign_weak_reference(auto_zone_t *zone, const void *value, void *const*location, auto_weak_callback_block_t *block);
+extern void auto_assign_weak_reference(auto_zone_t *zone, const void *value, const void **location, auto_weak_callback_block_t *block);
 
 // Read a weak-reference, informing the collector that it is now strongly referenced.
 extern void* auto_read_weak_reference(auto_zone_t *zone, void **referrer);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100524/4f8b50e2/attachment.html>


More information about the macruby-changes mailing list