summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index f330e5efda..f47e0e2cf0 100644
--- a/sv.c
+++ b/sv.c
@@ -5418,7 +5418,7 @@ Perl_sv_magic(pTHX_ register SV *const sv, SV *const obj, const int how,
}
}
-int
+static int
S_sv_unmagicext_flags(pTHX_ SV *const sv, const int type, MGVTBL *vtbl, const U32 flags)
{
MAGIC* mg;