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 | e9c54c90e4787ec510bef564c8aeb42e441e831e (patch) | |
tree | 60ac91921af2a47c6bbb233a4c5b1f3c8396fbb5 /opcode.h | |
parent | e897d888ddc4bb69b5f488b85e1c82dbaeaf240b (diff) | |
download | perl-e9c54c90e4787ec510bef564c8aeb42e441e831e.tar.gz |
better description of OP_UNSTACK (s/unstack/iteration finalizer/)
p4raw-id: //depot/perl@3160
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -891,7 +891,7 @@ EXT char *PL_op_desc[] = { "line sequence", "next statement", "debug next statement", - "unstack", + "iteration finalizer", "block entry", "block exit", "block", |