From 5a94615fd16a4fb4375917ca80b65f34f2c0d69c Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Sat, 5 Mar 2022 16:16:25 +0000 Subject: Rename is{bool,weak} to is_{bool,weak} --- pp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pp.c') diff --git a/pp.c b/pp.c index b0c6e42031..571b6363f2 100644 --- a/pp.c +++ b/pp.c @@ -7212,7 +7212,7 @@ PP(pp_cmpchain_dup) RETURN; } -PP(pp_isbool) +PP(pp_is_bool) { dSP; dTARGET; @@ -7225,7 +7225,7 @@ PP(pp_isbool) RETURN; } -PP(pp_isweak) +PP(pp_is_weak) { dSP; dTARGET; -- cgit v1.2.1