This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
doio.c: Stop semop from modifying its argument
[perl5.git] / overload.h
index b68cee7..1628ac0 100644 (file)
@@ -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: */