summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-io/test/mruby_io_test.c
diff options
context:
space:
mode:
authordearblue <[email protected]>2020-02-01 15:53:21 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-06-03 14:12:51 +0900
commitce12ef7e5ccc3923d7d7da43ee577722f57d33e6 (patch)
treec0efe9856e07dfdcbda017ddf4311a7a3faef2cf /mrbgems/mruby-io/test/mruby_io_test.c
parent8bca11a64ed14afd6b3fc44cda3669cd71a03e65 (diff)
downloadmruby-ce12ef7e5ccc3923d7d7da43ee577722f57d33e6.tar.gz
mruby-ce12ef7e5ccc3923d7d7da43ee577722f57d33e6.zip
Hiding method implementation C functions in mruby-io
Diffstat (limited to 'mrbgems/mruby-io/test/mruby_io_test.c')
-rw-r--r--mrbgems/mruby-io/test/mruby_io_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-io/test/mruby_io_test.c b/mrbgems/mruby-io/test/mruby_io_test.c
index d4c8eb13c..8bc87a0d4 100644
--- a/mrbgems/mruby-io/test/mruby_io_test.c
+++ b/mrbgems/mruby-io/test/mruby_io_test.c
@@ -210,7 +210,7 @@ mrb_io_test_rmdir(mrb_state *mrb, mrb_value klass)
return mrb_true_value();
}
-mrb_value
+static mrb_value
mrb_io_win_p(mrb_state *mrb, mrb_value klass)
{
#if defined(_WIN32) || defined(_WIN64)