X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=gv.h;h=d9a5b510372dc3892b2062835fc184c5721384bc;hb=06c0cc96ebd866767a6d107ed78967600f7e0395;hp=87370edcf3a52b58a3dfd38ca647739ed8ca8997;hpb=40e48b409b553fc7aff31fc8b93d589e4197ef3a;p=p5sagit%2Fp5-mst-13.2.git diff --git a/gv.h b/gv.h index 87370ed..d9a5b51 100644 --- a/gv.h +++ b/gv.h @@ -160,3 +160,4 @@ Return the SV from the GV. */ #define gv_fullname3(sv,gv,prefix) gv_fullname4(sv,gv,prefix,TRUE) #define gv_efullname3(sv,gv,prefix) gv_efullname4(sv,gv,prefix,TRUE) +#define gv_fetchmethod(stash, name) gv_fetchmethod_autoload(stash, name, TRUE)