summaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-05 10:12:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-05 10:12:31 +0000
commit0e081d26df2106c20a852214c238252e90676c17 (patch)
treef1f410e86cd8e65feafaa8cd48b3226b911e3e83 /ruby.c
parent06c97a04e0e726532566c8d7cdfd59e9ee8daf60 (diff)
downloadruby-0e081d26df2106c20a852214c238252e90676c17.tar.gz
ruby-0e081d26df2106c20a852214c238252e90676c17.tar.xz
ruby-0e081d26df2106c20a852214c238252e90676c17.zip
* 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
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 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)
{