[MacRuby-devel] [macruby-changes] [3054] MacRuby/trunk/string.c
Jordan Breeding
jordan.breeding at me.com
Wed Nov 25 15:16:21 PST 2009
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, source_changes at macosforge.org wrote:
> Revision
> 3054
> Author
> lsansonetti at apple.com
> 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
> macruby-changes at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-changes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20091125/bc9d3e9c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3820 bytes
Desc: not available
URL: <http://lists.macosforge.org/pipermail/macruby-devel/attachments/20091125/bc9d3e9c/attachment.bin>
More information about the MacRuby-devel
mailing list