mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
perlapi: 'resume_compcv' doesn't exist
I presume what was meant here is 'resume_compcv_final'
This commit is contained in:
parent
be949aafbe
commit
fccb25289c
4
pad.c
4
pad.c
@ -2915,8 +2915,8 @@ block.
|
||||
suspend_compcv(&buffer);
|
||||
LEAVE;
|
||||
|
||||
Once suspended, the C<resume_compcv> or C<resume_compcv_and_save> function can
|
||||
later be used to continue the parsing from the point this stopped.
|
||||
Once suspended, the C<resume_compcv_final> or C<resume_compcv_and_save>
|
||||
function can later be used to continue the parsing from the point this stopped.
|
||||
|
||||
=cut
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user