summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-05 10:18:21 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-05 10:18:21 +0000
commitcb9038cbafd42efd669524417ee73919bed58c49 (patch)
tree5cc0b0d419a3e9dc606e98f983cc7d2f182f37cd /ruby.c
parentc6abdf3e0cc73a7d280976f404984f7da1500462 (diff)
* io.c (rb_stdio_set_default_encoding): prototyped.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 35c7b457f5..297f0e2812 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1211,7 +1211,7 @@ rb_f_chomp(argc, argv)
return str;
}
-void rb_stdio_set_default_encoding();
+void rb_stdio_set_default_encoding(void);
static VALUE
process_options(int argc, char **argv, struct cmdline_options *opt)