diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-01 15:56:41 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-03-01 15:56:41 +0000 |
commit | e0c5d2c2fe3575bf5ab95c6d5928b04fe4086e1a (patch) | |
tree | 9bc8001d908ae1650a88c98c2763dca71833d74d /embed.fnc | |
parent | 2cdc9b22730c34a34c3c15d3c3097510ac4ecd5d (diff) | |
parent | 1af02f2f72003c23e9533d3b518e83e07a16e5f6 (diff) | |
download | perl-e0c5d2c2fe3575bf5ab95c6d5928b04fe4086e1a.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@14926
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -249,6 +249,8 @@ Ap |void |gv_efullname4 |SV* sv|GV* gv|const char* prefix|bool keepmain Ap |GV* |gv_fetchfile |const char* name Apd |GV* |gv_fetchmeth |HV* stash|const char* name|STRLEN len \ |I32 level +Apd |GV* |gv_fetchmeth_autoload |HV* stash|const char* name|STRLEN len \ + |I32 level Apd |GV* |gv_fetchmethod |HV* stash|const char* name Apd |GV* |gv_fetchmethod_autoload|HV* stash|const char* name \ |I32 autoload |