[macruby-changes] [4395] MacRuby/trunk/include/ruby/encoding.h

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 30 15:35:51 PDT 2010


Revision: 4395
          http://trac.macosforge.org/projects/ruby/changeset/4395
Author:   lsansonetti at apple.com
Date:     2010-07-30 15:35:50 -0700 (Fri, 30 Jul 2010)
Log Message:
-----------
properly export rb_str_export_to_enc()

Modified Paths:
--------------
    MacRuby/trunk/include/ruby/encoding.h

Modified: MacRuby/trunk/include/ruby/encoding.h
===================================================================
--- MacRuby/trunk/include/ruby/encoding.h	2010-07-30 08:23:17 UTC (rev 4394)
+++ MacRuby/trunk/include/ruby/encoding.h	2010-07-30 22:35:50 UTC (rev 4395)
@@ -35,6 +35,7 @@
 rb_encoding* rb_enc_check(VALUE,VALUE);
 VALUE rb_enc_associate_index(VALUE, int);
 VALUE rb_enc_associate(VALUE, rb_encoding*);
+VALUE rb_str_export_to_enc(VALUE str, rb_encoding *enc);
 void rb_enc_copy(VALUE dst, VALUE src);
 
 VALUE rb_enc_str_new(const char*, long, rb_encoding*);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100730/2b926c18/attachment.html>


More information about the macruby-changes mailing list