[前][次][番号順一覧][スレッド一覧]

ruby-changes:7293

From: akr <ko1@a...>
Date: Sun, 24 Aug 2008 16:26:29 +0900 (JST)
Subject: [ruby-changes:7293] Ruby:r18812 (trunk): add comment.

akr	2008-08-24 16:26:16 +0900 (Sun, 24 Aug 2008)

  New Revision: 18812

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18812

  Log:
    add comment.

  Modified files:
    trunk/include/ruby/encoding.h

Index: include/ruby/encoding.h
===================================================================
--- include/ruby/encoding.h	(revision 18811)
+++ include/ruby/encoding.h	(revision 18812)
@@ -251,6 +251,7 @@
 
 typedef struct {
     int flags;
+    /* replacement character, etc. */
 } rb_econv_option_t;
 
 void rb_econv_opts(VALUE hash, rb_econv_option_t *opts);

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]