diff options
author | Stephen McCamant <smcc@mit.edu> | 2001-01-03 05:31:53 -0800 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-04 18:52:27 +0000 |
commit | 58cccf98a8ed478d6cf084cb2de62268c379cbc6 (patch) | |
tree | fd573417d719c695a280fbdca7061aeff7f5d307 /op.h | |
parent | 862382c78acdf83858c45ec3514945ca83ea34d6 (diff) | |
download | perl-58cccf98a8ed478d6cf084cb2de62268c379cbc6.tar.gz |
Continue blocks and B::Deparse
Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
Make the peephole optimizer to bypass more null ops and
and rewrite the deparse handling of continue blocks.
p4raw-id: //depot/perl@8313
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -139,9 +139,6 @@ Deprecated. Use C<GIMME_V> instead. /* Private for OP_REPEAT */ #define OPpREPEAT_DOLIST 64 /* List replication. */ -/* Private for OP_LEAVELOOP */ -#define OPpLOOP_CONTINUE 64 /* a continue block is present */ - /* Private for OP_RV2?V, OP_?ELEM */ #define OPpDEREF (32|64) /* Want ref to something: */ #define OPpDEREF_AV 32 /* Want ref to AV. */ |