S_sv_unmagicext_flags wasn't declared static either
authorGisle Aas <gisle@aas.no>
Wed, 18 May 2011 18:47:59 +0000 (20:47 +0200)
committerGisle Aas <gisle@aas.no>
Wed, 18 May 2011 18:47:59 +0000 (20:47 +0200)
sv.c

diff --git a/sv.c b/sv.c
index f330e5efda20957a43fa81484b0ffd1fe05c76f1..f47e0e2cf049267027a4674fcd0d4fccdead74ab 100644 (file)
--- 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;