Skip to content

Commit 1ccc2b0

Browse files
committed
perlapi: Combine newSVpvf, newSVpvf_nocontext entries
1 parent 1f5204d commit 1ccc2b0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

sv.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10428,15 +10428,12 @@ Perl_newSVpvf_nocontext(const char *const pat, ...)
1042810428
#endif
1042910429

1043010430
/*
10431-
=for apidoc newSVpvf
10431+
=for apidoc newSVpvf
10432+
=for apidoc_item newSVpvf_nocontext
1043210433

10433-
Creates a new SV and initializes it with the string formatted like
10434+
These each create a new SV and initialize it with the string formatted like
1043410435
C<sv_catpvf>.
1043510436

10436-
=for apidoc newSVpvf_nocontext
10437-
Like C<L</newSVpvf>> but does not take a thread context (C<aTHX>) parameter,
10438-
so is used in situations where the caller doesn't already have the thread
10439-
context.
1044010437

1044110438
=for apidoc vnewSVpvf
1044210439
Like C<L</newSVpvf>> but the arguments are a C<va_list>.

0 commit comments

Comments
 (0)