From 15e4ac9a427692a356fe62b255db9e08982879f5 Mon Sep 17 00:00:00 2001 From: Zefram Date: Tue, 5 Dec 2017 22:30:50 +0000 Subject: internally change "when" to "whereso" The names of ops, context types, functions, etc., all change in accordance with the change of keyword. --- pp_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pp_proto.h') 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); -- cgit v1.2.1