aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 15:07:41 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-08 15:07:41 +0000
commitd45d20ede7d05644bb3c13e7c6dffce6a4d8b73e (patch)
tree2b4f0884dfe9dc59181e87e173bba0b888c30e7b /gc.c
parent628e753bf0ade627f0b35d2a168bcd72b082252f (diff)
downloadruby-d45d20ede7d05644bb3c13e7c6dffce6a4d8b73e.tar.gz
make local symbols static
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index d16e2ae2eb..c2b28bb2a8 100644
--- a/gc.c
+++ b/gc.c
@@ -6875,7 +6875,7 @@ default_proc_for_compat_func(VALUE hash, VALUE dmy, int argc, VALUE *argv)
return Qnil;
}
-size_t
+static size_t
gc_stat_internal(VALUE hash_or_sym)
{
rb_objspace_t *objspace = &rb_objspace;