From: Gurusamy Sarathy Date: Thu, 25 Mar 1999 02:26:31 +0000 (+0000) Subject: better description of OP_UNSTACK (s/unstack/iteration finalizer/) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9c54c90e4787ec510bef564c8aeb42e441e831e;p=p5sagit%2Fp5-mst-13.2.git better description of OP_UNSTACK (s/unstack/iteration finalizer/) p4raw-id: //depot/perl@3160 --- diff --git a/opcode.h b/opcode.h index abd9bff..a4efb5a 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", diff --git a/opcode.pl b/opcode.pl index 0243847..ee4fbb0 100755 --- 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 @