summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-08 13:53:47 -0600
committerKarl Williamson <khw@cpan.org>2020-12-30 07:08:52 -0700
commitac950c896259b18f7198cb1afc8ac44ab5eb9072 (patch)
tree15d2bca6394c72e7d8f7c09f3f9f3848d69373ae /embed.fnc
parentb30a5dee76d42a0c8e99b595031828d9df32ca4b (diff)
downloadperl-ac950c896259b18f7198cb1afc8ac44ab5eb9072.tar.gz
perlapi: Consolidate newRV and newRV_inc pod
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 e60536969e..573ecc5aca 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1475,7 +1475,7 @@ ApdR |OP* |newPADOP |I32 type|I32 flags|NN SV* sv
#endif
ApdR |OP* |newPMOP |I32 type|I32 flags
ApdR |OP* |newPVOP |I32 type|I32 flags|NULLOK char* pv
-ApR |SV* |newRV |NN SV *const sv
+ApdR |SV* |newRV |NN SV *const sv
ApdR |SV* |newRV_noinc |NN SV *const tmpRef
ApdR |SV* |newSV |const STRLEN len
ApR |OP* |newSVREF |NN OP* o