CODE:
{
SV *thing = orig_thing;
- /* Hash to track our seen pointers */
- //HV *tracking_hash = newHV();
SV *warn_flag;
TRACKING *tv;
Newz( 0xfc0ff, tv, 1, TRACKING );
CODE:
{
SV *thing = orig_thing;
- /* Hash to track our seen pointers */
- //HV *tracking_hash;
TRACKING *tv;
/* Array with things we still need to do */
AV *pending_array;
}
/* init these after the go_yell above */
- //tracking_hash = newHV();
Newz( 0xfc0ff, tv, 1, TRACKING );
pending_array = newAV();