This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note the XS::Typemap upgrade in perldelta
[perl5.git] / overload.c
index 4ccba19..91e2d20 100644 (file)
@@ -8,8 +8,9 @@
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
  *
- *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by regen/overload.pl
+ * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
+ * This file is built by regen/overload.pl.
+ * Any changes made here will be lost!
  */
 
 #define AMG_id2name(id) (PL_AMG_names[id]+1)
@@ -163,3 +164,5 @@ static const char * const PL_AMG_names[NofAMmeth] = {
     "(qr",             /* regexp     */
     "DESTROY"
 };
+
+/* ex: set ro: */