This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update isarev when clobbered class has subsubclasses
[perl5.git] / overload.h
index 1750585..8d74b48 100644 (file)
@@ -9,7 +9,7 @@
  *    License or the Artistic License, as specified in the README file.
  *
  *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by overload.pl
+ *  This file is built by regen/overload.pl
  */
 
 enum {
@@ -79,6 +79,8 @@ enum {
     concat_amg,
     concat_ass_amg,
     smart_amg,
+    ftest_amg,
+    regexp_amg,
     DESTROY_amg,
     max_amg_code
     /* Do not leave a trailing comma here.  C9X allows it, C89 doesn't. */