X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/78102347e0341b1cd4795accd0ca5ff1f2621bb2..25a4a90c0d533001fabb740974d06b3875d955df:/overload.h diff --git a/overload.h b/overload.h index b68cee7..1628ac0 100644 --- a/overload.h +++ b/overload.h @@ -82,10 +82,10 @@ enum { smart_amg, /* 0x41 ~~ */ ftest_amg, /* 0x42 -X */ regexp_amg, /* 0x43 qr */ - DESTROY_amg, /* 0x44 DESTROY */ max_amg_code /* Do not leave a trailing comma here. C9X allows it, C89 doesn't. */ }; #define NofAMmeth max_amg_code +/* ex: set ro: */