summaryrefslogtreecommitdiff
path: root/gv.h
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-10-01 22:14:50 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:00 -0700
commit9cc50d5bae7393fdf31d09472cbd42a45f1698c8 (patch)
tree0a71fdbc1a40e4ade9f67f4b8bd787dde06af4b9 /gv.h
parent0eeb01b957d2d66eec1a0e1e347c6d8772e5284e (diff)
downloadperl-9cc50d5bae7393fdf31d09472cbd42a45f1698c8.tar.gz
gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.
Diffstat (limited to 'gv.h')
-rw-r--r--gv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gv.h b/gv.h
index 2b6941a329..3140de46a9 100644
--- a/gv.h
+++ b/gv.h
@@ -246,6 +246,7 @@ Return the SV from the GV.
#define gv_fetchmethod_flags(stash,name,flags) gv_fetchmethod_pv_flags(stash, name, flags)
#define gv_autoload4(stash, name, len, method) \
gv_autoload_pvn(stash, name, len, !!(method))
+#define newGVgen(pack) newGVgen_flags(pack, 0)
#define gv_AVadd(gv) gv_add_by_type((gv), SVt_PVAV)
#define gv_HVadd(gv) gv_add_by_type((gv), SVt_PVHV)