summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorVincent Pit <vince@profvince.com>2009-07-08 16:49:36 +0200
committerVincent Pit <perl@profvince.com>2009-07-08 17:34:34 +0200
commitf37b8c3fdce3e5c3394f23195b5fa687fad3bd7d (patch)
tree38fa303aa122ef316c50f2bfd968d7892e588f83 /perlapi.h
parent4b3db487f2a64105d4cb4cbb187011b49745df03 (diff)
downloadperl-f37b8c3fdce3e5c3394f23195b5fa687fad3bd7d.tar.gz
Add a pluggable hook in op_free()
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 27be4a2d4c..3c0df2594c 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -466,6 +466,8 @@ END_EXTERN_C
#define PL_op (*Perl_Iop_ptr(aTHX))
#undef PL_op_mask
#define PL_op_mask (*Perl_Iop_mask_ptr(aTHX))
+#undef PL_opfreehook
+#define PL_opfreehook (*Perl_Iopfreehook_ptr(aTHX))
#undef PL_opsave
#define PL_opsave (*Perl_Iopsave_ptr(aTHX))
#undef PL_origalen