summaryrefslogtreecommitdiff
path: root/intrpvar.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 /intrpvar.h
parent4b3db487f2a64105d4cb4cbb187011b49745df03 (diff)
downloadperl-f37b8c3fdce3e5c3394f23195b5fa687fad3bd7d.tar.gz
Add a pluggable hook in op_free()
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 7a0526811b..fe3f07f5eb 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -170,6 +170,8 @@ PERLVARA(Icolors,6, char *) /* from regcomp.c */
PERLVARI(Ipeepp, peep_t, MEMBER_TO_FPTR(Perl_peep))
/* Pointer to peephole optimizer */
+PERLVARI(Iopfreehook, Perl_check_t, 0) /* op_free() hook */
+
PERLVARI(Imaxscream, I32, -1)
PERLVARI(Ireginterp_cnt,I32, 0) /* Whether "Regexp" was interpolated. */
PERLVARI(Iwatchaddr, char **, 0)