projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed624ca
)
S_sv_unmagicext_flags wasn't declared static either
author
Gisle Aas
<gisle@aas.no>
Wed, 18 May 2011 18:47:59 +0000
(20:47 +0200)
committer
Gisle Aas
<gisle@aas.no>
Wed, 18 May 2011 18:47:59 +0000
(20:47 +0200)
sv.c
patch
|
blob
|
history
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;