This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In pp_split(), eliminate most (all?) of the conditional calls to
[perl5.git] / pad.h
diff --git a/pad.h b/pad.h
index 5efffcb..33717d3 100644 (file)
--- a/pad.h
+++ b/pad.h
@@ -306,8 +306,7 @@ ling pad (lvalue) to C<gen>.  Note that C<SvUV_set> is hijacked for this purpose
 =for apidoc m|void|PAD_DUP|PADLIST dstpad|PADLIST srcpad|CLONE_PARAMS* param
 Clone a padlist.
 
-=for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl \
-|CLONE_PARAMS* param
+=for apidoc m|void|PAD_CLONE_VARS|PerlInterpreter *proto_perl|CLONE_PARAMS* param
 Clone the state variables associated with running and compiling pads.
 
 =cut