From 0e081d26df2106c20a852214c238252e90676c17 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 5 Aug 2009 10:12:31 +0000 Subject: * ruby.c (rb_stdio_set_default_encoding): declared. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 6839bfe32..35c7b457f 100644 --- a/ruby.c +++ b/ruby.c @@ -1211,6 +1211,8 @@ rb_f_chomp(argc, argv) return str; } +void rb_stdio_set_default_encoding(); + static VALUE process_options(int argc, char **argv, struct cmdline_options *opt) { -- cgit