summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 17:13:20 -0600
committerKarl Williamson <khw@cpan.org>2020-08-27 15:15:28 -0600
commit9c21e5294bc61e4bdc3e7c1583e6b54aa7ad72a5 (patch)
treec89b72aaf51b33e6699a775746cfd7c67c72e0df /embed.fnc
parent8a65a5dce836b59980666a348d4740b2565f6121 (diff)
downloadperl-9c21e5294bc61e4bdc3e7c1583e6b54aa7ad72a5.tar.gz
Document vnewSVpvf
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 0844d5bc17..1460e4978b 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1389,7 +1389,7 @@ ApdR |SV* |newSVhek |NULLOK const HEK *const hek
ApdR |SV* |newSVpvn_share |NULLOK const char* s|I32 len|U32 hash
ApdR |SV* |newSVpv_share |NULLOK const char* s|U32 hash
AfpdR |SV* |newSVpvf |NN const char *const pat|...
-ApR |SV* |vnewSVpvf |NN const char *const pat|NULLOK va_list *const args
+ApRd |SV* |vnewSVpvf |NN const char *const pat|NULLOK va_list *const args
Apd |SV* |newSVrv |NN SV *const rv|NULLOK const char *const classname
ApMbdR |SV* |newSVsv |NULLOK SV *const old
AmdR |SV* |newSVsv_nomg |NULLOK SV *const old