diff options
author | Gisle Aas <gisle@aas.no> | 2011-05-18 20:47:59 +0200 |
---|---|---|
committer | Gisle Aas <gisle@aas.no> | 2011-05-18 20:47:59 +0200 |
commit | e1463d312f75528936a9c63f1a2187d2950c38b1 (patch) | |
tree | 92c4c749a44b35b07001614f5a27711adbb6844f /sv.c | |
parent | ed624ca8b186732292bd01ab6092af5bf0594993 (diff) | |
download | perl-e1463d312f75528936a9c63f1a2187d2950c38b1.tar.gz |
S_sv_unmagicext_flags wasn't declared static either
Diffstat (limited to 'sv.c')
-rw-r--r-- | sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |