summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-24 05:40:41 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:01 -0700
commit20980f0122d374b4a9d072436ef0415126f941de (patch)
treefd29faf59502e5a1eba32f6b5c194c5f26bda1bc /proto.h
parent9cc50d5bae7393fdf31d09472cbd42a45f1698c8 (diff)
downloadperl-20980f0122d374b4a9d072436ef0415126f941de.tar.gz
Restore newGVgen to perlapi.pod
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 048b78283a..52ec378f4f 100644
--- a/proto.h
+++ b/proto.h
@@ -2563,6 +2563,9 @@ PERL_CALLCONV OP* Perl_newGVREF(pTHX_ I32 type, OP* o)
__attribute__malloc__
__attribute__warn_unused_result__;
+/* PERL_CALLCONV GV* newGVgen(pTHX_ const char* pack)
+ __attribute__nonnull__(pTHX_1); */
+
PERL_CALLCONV GV* Perl_newGVgen_flags(pTHX_ const char* pack, U32 flags)
__attribute__malloc__
__attribute__warn_unused_result__