summaryrefslogtreecommitdiff
path: root/pp_proto.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 /pp_proto.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 'pp_proto.h')
-rw-r--r--pp_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pp_proto.h b/pp_proto.h
index 2eb4bacbf3..304e0f23a1 100644
--- a/pp_proto.h
+++ b/pp_proto.h
@@ -63,7 +63,7 @@ PERL_CALLCONV OP *Perl_pp_enteriter(pTHX);
PERL_CALLCONV OP *Perl_pp_enterloop(pTHX);
PERL_CALLCONV OP *Perl_pp_entersub(pTHX);
PERL_CALLCONV OP *Perl_pp_entertry(pTHX);
-PERL_CALLCONV OP *Perl_pp_enterwhen(pTHX);
+PERL_CALLCONV OP *Perl_pp_enterwhereso(pTHX);
PERL_CALLCONV OP *Perl_pp_enterwrite(pTHX);
PERL_CALLCONV OP *Perl_pp_eof(pTHX);
PERL_CALLCONV OP *Perl_pp_eq(pTHX);
@@ -138,7 +138,7 @@ PERL_CALLCONV OP *Perl_pp_leaveloop(pTHX);
PERL_CALLCONV OP *Perl_pp_leavesub(pTHX);
PERL_CALLCONV OP *Perl_pp_leavesublv(pTHX);
PERL_CALLCONV OP *Perl_pp_leavetry(pTHX);
-PERL_CALLCONV OP *Perl_pp_leavewhen(pTHX);
+PERL_CALLCONV OP *Perl_pp_leavewhereso(pTHX);
PERL_CALLCONV OP *Perl_pp_leavewrite(pTHX);
PERL_CALLCONV OP *Perl_pp_left_shift(pTHX);
PERL_CALLCONV OP *Perl_pp_length(pTHX);