projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b898674
)
integrate change # 3160 from mainline
author
Graham Barr <gbarr@pobox.com>
Sun, 28 Mar 1999 06:35:50 +0000 (06:35 +0000)
committer
Graham Barr <gbarr@pobox.com>
Sun, 28 Mar 1999 06:35:50 +0000 (06:35 +0000)
better description of OP_UNSTACK (s/unstack/iteration finalizer/)
p4raw-id: //depot/maint-5.005/perl@3184
opcode.h
patch
|
blob
|
blame
|
history
opcode.pl
patch
|
blob
|
blame
|
history
diff --git
a/opcode.h
b/opcode.h
index
2abaa47
..
81e1690
100644
(file)
--- a/
opcode.h
+++ b/
opcode.h
@@
-891,7
+891,7
@@
EXT char *op_desc[] = {
"line sequence",
"next statement",
"debug next statement",
- "unstack",
+ "iteration finalizer",
"block entry",
"block exit",
"block",
diff --git
a/opcode.pl
b/opcode.pl
index
92330a6
..
cec51c0
100755
(executable)
--- a/
opcode.pl
+++ b/
opcode.pl
@@
-470,7
+470,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 @