Skip to content

Commit 5d2f09f

Browse files
committed
perlapi: Move apidoc lines to proper place
Where they were made autodoc.pl think they were from a new entry
1 parent 6099c9b commit 5d2f09f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

intrpvar.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,15 +375,15 @@ Set by the L<perlfunc/exit> operator.
375375
376376
=back
377377
378+
On threaded perls, each thread has an independent copy of this variable;
379+
each initialized at creation time with the current value of the creating
380+
thread's copy.
381+
378382
=for apidoc Amnh||PERL_EXIT_EXPECTED
379383
=for apidoc Amnh||PERL_EXIT_ABORT
380384
=for apidoc Amnh||PERL_EXIT_DESTRUCT_END
381385
=for apidoc Amnh||PERL_EXIT_WARN
382386
383-
On threaded perls, each thread has an independent copy of this variable;
384-
each initialized at creation time with the current value of the creating
385-
thread's copy.
386-
387387
=cut
388388
*/
389389

0 commit comments

Comments
 (0)