diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-25 02:26:31 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-25 02:26:31 +0000 |
commit | 4ab4fa2ce5486b92f7b30137ce0b4b9b91543ff0 (patch) | |
tree | 60ac91921af2a47c6bbb233a4c5b1f3c8396fbb5 /opcode.pl | |
parent | 26a3f6205f9da22359d27ef78c3b5f96ab3a59d3 (diff) | |
download | perl-4ab4fa2ce5486b92f7b30137ce0b4b9b91543ff0.tar.gz |
better description of OP_UNSTACK (s/unstack/iteration finalizer/)
p4raw-id: //depot/perl@3160
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 @ |