X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/78102347e0341b1cd4795accd0ca5ff1f2621bb2..c5cd7eb8d3b26b447a91af83eb4138f62813310f:/overload.c diff --git a/overload.c b/overload.c index 0d5b74b..cd28df4 100644 --- a/overload.c +++ b/overload.c @@ -84,8 +84,7 @@ static const U8 PL_AMG_namelens[NofAMmeth] = { 3, 3, 3, - 3, - 7 + 3 }; static const char * const PL_AMG_names[NofAMmeth] = { @@ -161,6 +160,7 @@ static const char * const PL_AMG_names[NofAMmeth] = { "(.=", /* concat_ass */ "(~~", /* smart */ "(-X", /* ftest */ - "(qr", /* regexp */ - "DESTROY" + "(qr" }; + +/* ex: set ro: */