diff options
author | David Mitchell <davem@iabyn.com> | 2014-02-15 16:46:40 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2014-02-28 13:42:49 +0000 |
commit | 39a65960f578e84da484cf5206f04b0c365450ff (patch) | |
tree | 38c7f4a2b3c71292e632a044693e89bb019eff27 /gv.c | |
parent | 9075437773fb626926ef91a510090f595c08c653 (diff) | |
download | perl-39a65960f578e84da484cf5206f04b0c365450ff.tar.gz |
Document what the gv_check() function does
Diffstat (limited to 'gv.c')
-rw-r--r-- | gv.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) { |