summaryrefslogtreecommitdiff
path: root/pp_ctl.c
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-04-08 18:11:51 +0100
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-04-08 18:11:51 +0100
commitd6b338e16ce631123b5bae0e4bb404408874c5a3 (patch)
treeaafce0eb9dc9b438f5127a6d85e8f7cebbcaa4f5 /pp_ctl.c
parentf9dc267ffe1ac94a5a83d842da13d99829635461 (diff)
downloadperl-d6b338e16ce631123b5bae0e4bb404408874c5a3.tar.gz
Add a comment where people might look for pp_grepwhile() to point out it lives in pp_hot.c, not next to its sibling functions in pp_ctl.c
Diffstat (limited to 'pp_ctl.c')
-rw-r--r--pp_ctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pp_ctl.c b/pp_ctl.c
index a480bb762d..6a373b3e5d 100644
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -1002,6 +1002,8 @@ PP(pp_grepstart)
return ((LOGOP*)PL_op->op_next)->op_other;
}
+/* pp_grepwhile() lives in pp_hot.c */
+
PP(pp_mapwhile)
{
dSP;