summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-08 15:34:48 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-08 15:34:48 +0000
commit9f79faa5d5829dee1162b0fc8bc8fcd17626375c (patch)
treead6cc095b741f99ef14766bf87f3119115026ee1 /ruby.c
parent392762807fcd38a022cf68a8643b907c90f35602 (diff)
merges r24408 and r24409 from trunk into ruby_1_9_1.
-- * ruby.c (rb_stdio_set_default_encoding): declared. -- * io.c (rb_stdio_set_default_encoding): prototyped. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby.c b/ruby.c
index 68d8f97a46..b50ee45079 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1188,6 +1188,8 @@ rb_f_chomp(argc, argv)
return str;
}
+void rb_stdio_set_default_encoding(void);
+
static VALUE
process_options(VALUE arg)
{