Revision
4497
Author
lsansonetti@apple.com
Date
2010-09-07 21:20:03 -0700 (Tue, 07 Sep 2010)

Log Message

fix build on 10.6

Modified Paths

Diff

Modified: MacRuby/trunk/kernel.c (4496 => 4497)


--- 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)
 {