[macruby-changes] [4497] MacRuby/trunk/kernel.c

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 7 21:20:04 PDT 2010


Revision: 4497
          http://trac.macosforge.org/projects/ruby/changeset/4497
Author:   lsansonetti at apple.com
Date:     2010-09-07 21:20:03 -0700 (Tue, 07 Sep 2010)
Log Message:
-----------
fix build on 10.6

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

Modified: MacRuby/trunk/kernel.c
===================================================================
--- MacRuby/trunk/kernel.c	2010-09-08 03:14:36 UTC (rev 4496)
+++ MacRuby/trunk/kernel.c	2010-09-08 04:20:03 UTC (rev 4497)
@@ -1034,6 +1034,10 @@
     0, sizeof(struct ruby_block_literal)
 };
 
+#if MAC_OS_X_VERSION_MAX_ALLOWED < 1070
+extern void *_NSConcreteStackBlock[32];
+#endif
+
 PRIMITIVE void
 vm_init_c_block(struct ruby_block_literal *b, void *imp)
 {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100907/047f83df/attachment.html>


More information about the macruby-changes mailing list