summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2014-02-15 16:46:40 +0000
committerDavid Mitchell <davem@iabyn.com>2014-02-28 13:42:49 +0000
commit39a65960f578e84da484cf5206f04b0c365450ff (patch)
tree38c7f4a2b3c71292e632a044693e89bb019eff27 /gv.c
parent9075437773fb626926ef91a510090f595c08c653 (diff)
downloadperl-39a65960f578e84da484cf5206f04b0c365450ff.tar.gz
Document what the gv_check() function does
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gv.c b/gv.c
index 4a10f9b8ad..baf9804b84 100644
--- a/gv.c
+++ b/gv.c
@@ -2253,6 +2253,11 @@ Perl_gv_efullname4(pTHX_ SV *sv, const GV *gv, const char *prefix, bool keepmain
gv_fullname4(sv, egv ? egv : gv, prefix, keepmain);
}
+
+/* recursively scan a stash and any nested stashes looking for entries
+ * that need the "only used once" warning raised
+ */
+
void
Perl_gv_check(pTHX_ HV *stash)
{