summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorStephen McCamant <smcc@mit.edu>2001-01-03 05:31:53 -0800
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-04 18:52:27 +0000
commit58cccf98a8ed478d6cf084cb2de62268c379cbc6 (patch)
treefd573417d719c695a280fbdca7061aeff7f5d307 /op.h
parent862382c78acdf83858c45ec3514945ca83ea34d6 (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/op.h b/op.h
index b480ea9af1..7dc118e2fb 100644
--- a/op.h
+++ b/op.h
@@ -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. */