diff options
author | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2021-04-08 18:11:51 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2021-04-08 18:11:51 +0100 |
commit | d6b338e16ce631123b5bae0e4bb404408874c5a3 (patch) | |
tree | aafce0eb9dc9b438f5127a6d85e8f7cebbcaa4f5 /pp_ctl.c | |
parent | f9dc267ffe1ac94a5a83d842da13d99829635461 (diff) | |
download | perl-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |