This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add statement-modifier loops to :base_loop class
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 25 Mar 1999 02:18:17 +0000 (02:18 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 25 Mar 1999 02:18:17 +0000 (02:18 +0000)
p4raw-id: //depot/perl@3159

ext/Opcode/Opcode.pm

index 533e6af..ac91b78 100644 (file)
@@ -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