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 c187f27..573ecc5 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -940,7 +940,7 @@ Ap  |GV*    |gv_add_by_type |NULLOK GV *gv|svtype type
 ApMb   |GV*    |gv_AVadd       |NULLOK GV *gv
 ApMb   |GV*    |gv_HVadd       |NULLOK GV *gv
 ApMb   |GV*    |gv_IOadd       |NULLOK GV* gv
-AmR    |GV*    |gv_autoload4   |NULLOK HV* stash|NN const char* name \
+AdmR   |GV*    |gv_autoload4   |NULLOK HV* stash|NN const char* name \
                                |STRLEN len|I32 method
 ApR    |GV*    |gv_autoload_sv |NULLOK HV* stash|NN SV* namesv|U32 flags
 ApR    |GV*    |gv_autoload_pv |NULLOK HV* stash|NN const char* namepv \
@@ -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
-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