From 48fdf59dcfbb6964d992b6f31d0eb6f023776145 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 24 Sep 2008 17:10:03 +0000 Subject: * io.c (rb_io_mode_enc): make it static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19535 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 f5e0b0d769..4db538b121 100644 --- a/io.c +++ b/io.c @@ -3802,7 +3802,7 @@ mode_enc(rb_io_t *fptr, const char *estr) parse_mode_enc(estr, &fptr->encs.enc, &fptr->encs.enc2); } -void +static void rb_io_mode_enc(rb_io_t *fptr, const char *modestr) { const char *p = strchr(modestr, ':'); -- cgit v1.2.3