summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-01-31 00:03:28 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2014-01-31 00:03:28 -0800
commit6cf42a8200f7d9215a2da5c0203d27c472577b59 (patch)
tree39fdc6c93bb1c6f4bcca37ebbde99a400ca618e5 /src/string.c
parent4e2a9509dc8f727b4dfb627d79a22bf1177a2f40 (diff)
parentf2a62a74ed22a535ebea4dd71faf05bda6011fd4 (diff)
downloadmruby-6cf42a8200f7d9215a2da5c0203d27c472577b59.tar.gz
mruby-6cf42a8200f7d9215a2da5c0203d27c472577b59.zip
Merge pull request #1671 from cremno/extern-cleanup
clean up external symbols
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string.c b/src/string.c
index 6e5f91e3d..96a625802 100644
--- a/src/string.c
+++ b/src/string.c
@@ -132,7 +132,7 @@ str_new(mrb_state *mrb, const char *p, mrb_int len)
return s;
}
-void
+static void
str_with_class(mrb_state *mrb, struct RString *s, mrb_value obj)
{
s->c = mrb_str_ptr(obj)->c;