diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-22 20:42:33 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:00:59 -0700 |
commit | 460e573096f6fb844640a265dce388c01d713bb7 (patch) | |
tree | 1fb1531dd394c9004b2ad9788485fd6bf2182eb8 /embed.fnc | |
parent | d21989edd792d90d0833257821df6bf9f2ef8e76 (diff) | |
download | perl-460e573096f6fb844640a265dce388c01d713bb7.tar.gz |
Restore gv_fetchmeth_autoload to perlapi.pod
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -444,6 +444,9 @@ Apd |GV* |gv_fetchmeth_pv |NULLOK HV* stash|NN const char* name \ |I32 level|U32 flags Apd |GV* |gv_fetchmeth_pvn |NULLOK HV* stash|NN const char* name \ |STRLEN len|I32 level|U32 flags +Amd |GV* |gv_fetchmeth_autoload |NULLOK HV* stash \ + |NN const char* name|STRLEN len \ + |I32 level Apd |GV* |gv_fetchmeth_sv_autoload |NULLOK HV* stash|NN SV* namesv|I32 level|U32 flags Apd |GV* |gv_fetchmeth_pv_autoload |NULLOK HV* stash|NN const char* name \ |I32 level|U32 flags |