From bf6fff38e5b5ba8999005de5b739c09d7622fb28 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 24 Aug 2008 07:26:16 +0000 Subject: add comment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ruby') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index 1aa4385c0..9f219d588 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -251,6 +251,7 @@ typedef struct { typedef struct { int flags; + /* replacement character, etc. */ } rb_econv_option_t; void rb_econv_opts(VALUE hash, rb_econv_option_t *opts); -- cgit