summaryrefslogtreecommitdiff
path: root/ext/Opcode/Opcode.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-25 02:18:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-25 02:18:17 +0000
commite897d888ddc4bb69b5f488b85e1c82dbaeaf240b (patch)
tree4ab6921c8bd6f6497e0126b33acc302959a71bd9 /ext/Opcode/Opcode.pm
parent2bf2710fb209423d266a2adb28b5e7619a4b2c53 (diff)
downloadperl-e897d888ddc4bb69b5f488b85e1c82dbaeaf240b.tar.gz
add statement-modifier loops to :base_loop class
p4raw-id: //depot/perl@3159
Diffstat (limited to 'ext/Opcode/Opcode.pm')
-rw-r--r--ext/Opcode/Opcode.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Opcode/Opcode.pm b/ext/Opcode/Opcode.pm
index 533e6af3e4..ac91b780ec 100644
--- a/ext/Opcode/Opcode.pm
+++ b/ext/Opcode/Opcode.pm
@@ -332,7 +332,7 @@ invert_opset function.
cond_expr flip flop andassign orassign and or xor
- warn die lineseq nextstate unstack scope enter leave
+ warn die lineseq nextstate scope enter leave
rv2cv anoncode prototype
@@ -365,7 +365,7 @@ used to implement a resource attack (e.g., consume all available CPU time).
grepstart grepwhile
mapstart mapwhile
enteriter iter
- enterloop leaveloop
+ enterloop leaveloop unstack
last next redo
goto