summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 09:59:41 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 09:59:41 +0000
commit887986eb9473f45f115f0a49ec6a7899f43f8906 (patch)
treef23bf4a29472289d649c063d59081a86dbc7906b /embed.fnc
parentf95f476d3e4012b98bef777c4cf9fdc247d48d71 (diff)
downloadperl-887986eb9473f45f115f0a49ec6a7899f43f8906.tar.gz
Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
with the extra TRUE argument. p4raw-id: //depot/perl@25893
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 7c0c47a9bb..95ffb2f4d0 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -263,7 +263,7 @@ Ap |void |gv_efullname4 |NN SV* sv|NN const GV* gv|NULLOK const char* prefix|boo
Ap |GV* |gv_fetchfile |NN const char* name
Apd |GV* |gv_fetchmeth |NULLOK HV* stash|NN const char* name|STRLEN len|I32 level
Apd |GV* |gv_fetchmeth_autoload |NULLOK HV* stash|NN const char* name|STRLEN len|I32 level
-Apd |GV* |gv_fetchmethod |NULLOK HV* stash|NN const char* name
+Apdmb |GV* |gv_fetchmethod |NULLOK HV* stash|NN const char* name
Apd |GV* |gv_fetchmethod_autoload|NULLOK HV* stash|NN const char* name|I32 autoload
Ap |GV* |gv_fetchpv |NN const char* name|I32 add|I32 sv_type
Ap |void |gv_fullname |NN SV* sv|NN const GV* gv