File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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
1043410435C<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
1044210439Like C<L</newSVpvf>> but the arguments are a C<va_list>.
You can’t perform that action at this time.
0 commit comments