diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-09-23 20:43:32 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:00 -0700 |
commit | aa1e761e6b2ad2f51373c7d89c32d7770fba38df (patch) | |
tree | 4182de588c6a386bc0f8c6758e3b619e273a676b /embed.fnc | |
parent | 5fba3c9163b88339c871f8d9e75a6166967dc9b4 (diff) | |
download | perl-aa1e761e6b2ad2f51373c7d89c32d7770fba38df.tar.gz |
Restore gv_autoload4 to perlapi.pod
Even if it’s not documented (which I hope to rectify), it should
still continue to be listed in perlapi.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -429,6 +429,8 @@ 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 \ + |STRLEN len|I32 method ApR |GV* |gv_autoload4_sv |NULLOK HV* stash|NN SV* namesv|I32 method|U32 flags ApR |GV* |gv_autoload4_pv |NULLOK HV* stash|NN const char* namepv \ |I32 method|U32 flags |