This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
better description of OP_UNSTACK (s/unstack/iteration finalizer/)
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 25 Mar 1999 02:26:31 +0000 (02:26 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 25 Mar 1999 02:26:31 +0000 (02:26 +0000)
p4raw-id: //depot/perl@3160

opcode.h
opcode.pl

index abd9bff..a4efb5a 100644 (file)
--- a/opcode.h
+++ b/opcode.h
@@ -891,7 +891,7 @@ EXT char *PL_op_desc[] = {
        "line sequence",
        "next statement",
        "debug next statement",
-       "unstack",
+       "iteration finalizer",
        "block entry",
        "block exit",
        "block",
index 0243847..ee4fbb0 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -485,7 +485,7 @@ reset               reset                   ck_fun          is%     S?
 lineseq                line sequence           ck_null         @       
 nextstate      next statement          ck_null         s;      
 dbstate                debug next statement    ck_null         s;      
-unstack                unstack                 ck_null         s0
+unstack                iteration finalizer     ck_null         s0
 enter          block entry             ck_null         0       
 leave          block exit              ck_null         @       
 scope          block                   ck_null         @