diff options
author | Gisle Aas <gisle@aas.no> | 2011-04-25 20:24:00 +0200 |
---|---|---|
committer | Gisle Aas <gisle@aas.no> | 2011-05-18 20:33:43 +0200 |
commit | ed624ca8b186732292bd01ab6092af5bf0594993 (patch) | |
tree | 1b35cb5de5f445aa53e7df7ba7ad0629a7880cef /mg.c | |
parent | 37ffbfcca347ea751c9514463873b90f8a496be0 (diff) | |
download | perl-ed624ca8b186732292bd01ab6092af5bf0594993.tar.gz |
S_mg_findext_flags wasn't declared static
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ Perl_mg_clear(pTHX_ SV *sv) return 0; } -MAGIC* +static MAGIC* S_mg_findext_flags(pTHX_ const SV *sv, int type, const MGVTBL *vtbl, U32 flags) { PERL_UNUSED_CONTEXT; |