summaryrefslogtreecommitdiff
path: root/dump.c
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 /dump.c
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 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 009266c877..2636ad85eb 100644
--- a/dump.c
+++ b/dump.c
@@ -1222,7 +1222,7 @@ S_do_op_dump_bar(pTHX_ I32 level, UV bar, PerlIO *file, const OP *o)
case OP_DORASSIGN:
case OP_ANDASSIGN:
case OP_ARGDEFELEM:
- case OP_ENTERWHEN:
+ case OP_ENTERWHERESO:
case OP_ENTERTRY:
case OP_ONCE:
S_opdump_indent(aTHX_ o, level, bar, file, "OTHER");