summaryrefslogtreecommitdiff
path: root/opnames.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2017-12-05 22:30:50 +0000
committerZefram <zefram@fysh.org>2017-12-05 22:30:50 +0000
commit15e4ac9a427692a356fe62b255db9e08982879f5 (patch)
tree9dfebf01cd602da4c8fa372ec20a0b55c13f5788 /opnames.h
parent284a3526271b040abd48aef39f61e8bacbf16645 (diff)
downloadperl-15e4ac9a427692a356fe62b255db9e08982879f5.tar.gz
internally change "when" to "whereso"
The names of ops, context types, functions, etc., all change in accordance with the change of keyword.
Diffstat (limited to 'opnames.h')
-rw-r--r--opnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/opnames.h b/opnames.h
index 2098324868..b6a63fdafc 100644
--- a/opnames.h
+++ b/opnames.h
@@ -232,8 +232,8 @@ typedef enum opcode {
OP_METHOD_REDIR = 215,
OP_METHOD_REDIR_SUPER = 216,
OP_ENTERGIVEN = 217,
- OP_ENTERWHEN = 218,
- OP_LEAVEWHEN = 219,
+ OP_ENTERWHERESO = 218,
+ OP_LEAVEWHERESO = 219,
OP_CONTINUE = 220,
OP_OPEN = 221,
OP_CLOSE = 222,