[macruby-changes] [3437] MacRuby/trunk/string.c

source_changes at macosforge.org source_changes at macosforge.org
Fri Feb 5 17:19:31 PST 2010


Revision: 3437
          http://trac.macosforge.org/projects/ruby/changeset/3437
Author:   lsansonetti at apple.com
Date:     2010-02-05 17:19:30 -0800 (Fri, 05 Feb 2010)
Log Message:
-----------
this method cannot be inlined (thanks Jordan)

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

Modified: MacRuby/trunk/string.c
===================================================================
--- MacRuby/trunk/string.c	2010-02-05 23:52:42 UTC (rev 3436)
+++ MacRuby/trunk/string.c	2010-02-06 01:19:30 UTC (rev 3437)
@@ -762,7 +762,7 @@
     return str;
 }
 
-static force_inline void
+static void
 rb_objc_str_cat(VALUE str, const char *ptr, long len, int cfstring_encoding)
 {
     if (*(VALUE *)str == rb_cByteString) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100205/a4e88f4b/attachment.html>


More information about the macruby-changes mailing list