summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2011-05-18 20:47:59 +0200
committerGisle Aas <gisle@aas.no>2011-05-18 20:47:59 +0200
commite1463d312f75528936a9c63f1a2187d2950c38b1 (patch)
tree92c4c749a44b35b07001614f5a27711adbb6844f /sv.c
parented624ca8b186732292bd01ab6092af5bf0594993 (diff)
downloadperl-e1463d312f75528936a9c63f1a2187d2950c38b1.tar.gz
S_sv_unmagicext_flags wasn't declared static either
Diffstat (limited to 'sv.c')
-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;