From 8891aad06db2878fbbd2e838ac1a748fdf8ecc2a Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 8 Aug 2009 15:34:48 +0000 Subject: 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index bf10a31d5..7f6ed3c70 100644 --- a/io.c +++ b/io.c @@ -7949,7 +7949,7 @@ rb_io_set_encoding(int argc, VALUE *argv, VALUE io) } void -rb_stdio_set_default_encoding() +rb_stdio_set_default_encoding(void) { extern VALUE rb_stdin, rb_stdout, rb_stderr; VALUE val = Qnil; -- cgit