summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-24 18:09:13 -0700
committerKarl Williamson <khw@cpan.org>2020-12-24 18:12:09 -0700
commit3e793456f290720aae56fa4de27535046ea3f467 (patch)
treed88582a63759c4990f9ed698522145fe4fb4ee48 /embed.fnc
parent9eebd4ca7bb8610f51a27d96c12e9b1676958d55 (diff)
downloadperl-3e793456f290720aae56fa4de27535046ea3f467.tar.gz
newSVsv_flags is now documented
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 51bcf589b4..1d012ed32a 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1496,7 +1496,7 @@ 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
-ApR |SV* |newSVsv_flags |NULLOK SV *const old|I32 flags
+AdpR |SV* |newSVsv_flags |NULLOK SV *const old|I32 flags
ApdR |SV* |newSV_type |const svtype type
ApdR |OP* |newUNOP |I32 type|I32 flags|NULLOK OP* first
ApdR |OP* |newUNOP_AUX |I32 type|I32 flags|NULLOK OP* first \