summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-03-25 02:26:31 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-03-25 02:26:31 +0000
commite9c54c90e4787ec510bef564c8aeb42e441e831e (patch)
tree60ac91921af2a47c6bbb233a4c5b1f3c8396fbb5 /opcode.h
parente897d888ddc4bb69b5f488b85e1c82dbaeaf240b (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index abd9bffa85..a4efb5acba 100644
--- 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",