X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2a388207e072a645aa29f0b2b18f07d9a55cbf5e..0d16269de4dba84d52d64e696883064cf1d8d9e8:/mg_names.c diff --git a/mg_names.c b/mg_names.c index 73dc3f9..57d52db 100644 --- a/mg_names.c +++ b/mg_names.c @@ -9,7 +9,7 @@ { PERL_MAGIC_sv, "sv(\\0)" }, { PERL_MAGIC_arylen, "arylen(#)" }, { PERL_MAGIC_rhash, "rhash(%)" }, - { PERL_MAGIC_proto, "proto(&)" }, + { PERL_MAGIC_debugvar, "debugvar(*)" }, { PERL_MAGIC_pos, "pos(.)" }, { PERL_MAGIC_symtab, "symtab(:)" }, { PERL_MAGIC_backref, "backref(<)" }, @@ -46,6 +46,7 @@ { PERL_MAGIC_utf8, "utf8(w)" }, { PERL_MAGIC_substr, "substr(x)" }, { PERL_MAGIC_defelem, "defelem(y)" }, + { PERL_MAGIC_lvref, "lvref(\\)" }, { PERL_MAGIC_checkcall, "checkcall(])" }, { PERL_MAGIC_ext, "ext(~)" },