X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=overload.c;h=4a9c94b1536e0f6f667926fcd8c2f7bb6849a604;hb=16433fdef2daba65e1e735ef7c169894b2ce7b6a;hp=2f1f870f6573edf6c9266dad8856bd0933b0dedc;hpb=2e1c5ef038e0e6c85edfb5ac0d6cc98f79121ef9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/overload.c b/overload.c index 2f1f870..4a9c94b 100644 --- a/overload.c +++ b/overload.c @@ -82,6 +82,8 @@ static const U8 PL_AMG_namelens[NofAMmeth] = { 2, 3, 3, + 3, + 3, 7 }; @@ -157,5 +159,7 @@ static const char * const PL_AMG_names[NofAMmeth] = { "(.", "(.=", "(~~", + "(-X", + "(qr", "DESTROY" };