This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add any_op field to the ANY savestack union
[perl5.git] / perl.h
diff --git a/perl.h b/perl.h
index 43f1a53..23b6431 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -3801,6 +3801,7 @@ union any {
     GV*         any_gv;
     AV*         any_av;
     HV*         any_hv;
+    OP*         any_op;
     char*       any_pv;
     char**      any_pvp;
     I32                any_i32;