diff options
author | Simon Cozens <simon@netthink.co.uk> | 2001-08-01 06:57:02 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-01 22:38:31 +0000 |
commit | a2efc82216efc10377cf26fd4aff1aa5e66c6687 (patch) | |
tree | 6c9717258434d9d96ae509d2c3d7cd229e20b852 /perlapi.h | |
parent | 6bab786b4dc26323c40cdd19dc27ad4499214f4e (diff) | |
download | perl-a2efc82216efc10377cf26fd4aff1aa5e66c6687.tar.gz |
Pluggable optimizer
Message-ID: <20010801135702.I10442@netthink.co.uk>
p4raw-id: //depot/perl@11541
Diffstat (limited to 'perlapi.h')
-rw-r--r-- | perlapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -728,6 +728,8 @@ START_EXTERN_C #define PL_op (*Perl_Top_ptr(aTHXo)) #undef PL_opsave #define PL_opsave (*Perl_Topsave_ptr(aTHXo)) +#undef PL_peepp +#define PL_peepp (*Perl_Tpeepp_ptr(aTHXo)) #undef PL_protect #define PL_protect (*Perl_Tprotect_ptr(aTHXo)) #undef PL_reg_call_cc |