Skip to content

Commit 3ce2956

Browse files
committed
gv_magicalize: Replace FALLTHROUGH by what it does
This is just to make the next commit differences a bit smaller
1 parent cbce808 commit 3ce2956

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gv.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2133,7 +2133,8 @@ S_gv_magicalize(pTHX_ GV *gv, HV *stash, const char *name, STRLEN len,
21332133
case 'b':
21342134
if (len == 1 && sv_type == SVt_PV)
21352135
GvMULTI_on(gv);
2136-
/* FALLTHROUGH */
2136+
goto try_core;
2137+
21372138
default:
21382139
goto try_core;
21392140
}

0 commit comments

Comments
 (0)