This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlapi: Consolidate newRV and newRV_inc pod
[perl5.git] / embed.fnc
index e605369..573ecc5 100644 (file)
--- 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
 #endif
 ApdR   |OP*    |newPMOP        |I32 type|I32 flags
 ApdR   |OP*    |newPVOP        |I32 type|I32 flags|NULLOK char* pv
-Ap   |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
 ApdR   |SV*    |newRV_noinc    |NN SV *const tmpRef
 ApdR   |SV*    |newSV          |const STRLEN len
 ApR    |OP*    |newSVREF       |NN OP* o