X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/43e373e63c219121304886fa2ecda701fe46cd7f..d07e3b4b9ee1680d5bf48722be49f47076b95ada:/mg_names.c diff --git a/mg_names.c b/mg_names.c index 51a4962..73dc3f9 100644 --- a/mg_names.c +++ b/mg_names.c @@ -9,6 +9,7 @@ { PERL_MAGIC_sv, "sv(\\0)" }, { PERL_MAGIC_arylen, "arylen(#)" }, { PERL_MAGIC_rhash, "rhash(%)" }, + { PERL_MAGIC_proto, "proto(&)" }, { PERL_MAGIC_pos, "pos(.)" }, { PERL_MAGIC_symtab, "symtab(:)" }, { PERL_MAGIC_backref, "backref(<)" },