diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-24 14:04:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-24 14:04:19 +0000 |
commit | 41e4abd8e288135291940b1765c485a707618c20 (patch) | |
tree | b1e95b031dfc808c4998264e298d095bc7572532 /embed.fnc | |
parent | c80263a809faf4e39544f5f3f44ed7181a92391b (diff) | |
download | perl-41e4abd8e288135291940b1765c485a707618c20.tar.gz |
Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
which become unreferenced. This is less likely to be successful.
The #define needs a better name.
p4raw-id: //depot/perl@24976
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1517,6 +1517,10 @@ dpR |bool |is_gv_magical_sv|SV *name|U32 flags ApR |bool |stashpv_hvname_match|NN const COP *cop|NN const HV *hv +#ifdef DEBUG_LEAKING_SCALARS_FORK_DUMP +p |void |dump_sv_child |SV *sv +#endif + END_EXTERN_C /* * ex: set ts=8 sts=4 sw=4 noet: |