summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index bf495bab4e..f6309b14c5 100644
--- a/gc.c
+++ b/gc.c
@@ -7260,6 +7260,7 @@ gc_is_moveable_obj(rb_objspace_t *objspace, VALUE obj)
if (DYNAMIC_SYM_P(obj) && (RSYMBOL(obj)->id & ~ID_SCOPE_MASK)) {
return FALSE;
}
+ /* fall through */
case T_STRING:
case T_OBJECT:
case T_FLOAT: