summaryrefslogtreecommitdiff
path: root/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pp.c')
-rw-r--r--pp.c4
1 files changed, 2 insertions, 2 deletions
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;