I can't reply... yet. Be patient :)

Laurent

On Nov 25, 2009, at 3:16 PM, Jordan Breeding wrote:

Speaking of llvm-gcc, is the problem with clang and llvm-gcc builds not passing the test suite still there, or has that been fixed?

On Nov 25, 2009, at 17:15, [email protected] wrote:

Revision
3054
Author
[email protected]
Date
2009-11-25 15:15:05 -0800 (Wed, 25 Nov 2009)
Log Message

fix llvm-gcc build
Modified Paths

        • MacRuby/trunk/string.c
Diff

Modified: MacRuby/trunk/string.c (3053 => 3054)

--- MacRuby/trunk/string.c      2009-11-25 21:45:31 UTC (rev 3053)
+++ MacRuby/trunk/string.c      2009-11-25 23:15:05 UTC (rev 3054)

@@ -5320,7 +5320,7 @@

     return ((rb_bstr_t *)bstr)->data;

 }



-inline void

+void

 rb_bytestring_set_wrapped_data(VALUE bstr, CFMutableDataRef data)

 {

     GC_WB(&((rb_bstr_t *)bstr)->data, data);

_______________________________________________
macruby-changes mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-changes

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to