diff options
| author | dearblue <[email protected]> | 2020-02-01 15:53:21 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-06-03 14:12:51 +0900 |
| commit | ce12ef7e5ccc3923d7d7da43ee577722f57d33e6 (patch) | |
| tree | c0efe9856e07dfdcbda017ddf4311a7a3faef2cf /mrbgems/mruby-io/test/mruby_io_test.c | |
| parent | 8bca11a64ed14afd6b3fc44cda3669cd71a03e65 (diff) | |
| download | mruby-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.c | 2 |
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) |
