summaryrefslogtreecommitdiff
path: root/sv.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 /sv.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 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index c589757d55..e64467c7c6 100644
--- a/sv.c
+++ b/sv.c
@@ -14641,7 +14641,7 @@ Perl_cx_dup(pTHX_ PERL_CONTEXT *cxs, I32 ix, I32 max, CLONE_PARAMS* param)
break;
case CXt_BLOCK:
case CXt_NULL:
- case CXt_WHEN:
+ case CXt_WHERESO:
break;
}
}