diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-28 20:46:30 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-28 20:46:30 +0000 |
commit | 3c8a44569607336e4bea79da62162b3ded82557b (patch) | |
tree | fd063fc9ea33c7be96772845331722aad4f55472 /scope.c | |
parent | 61fdecaa0167a69938eb4ee2dc6fc2979a2c2c6b (diff) | |
download | perl-3c8a44569607336e4bea79da62162b3ded82557b.tar.gz |
fix various 5.00552 mishaps (fixes suggested by Jan Dubois,
Kurt Starsinic, Spider Boardman, Dan Sugalski and Albert
Dvornik)
p4raw-id: //depot/perl@1899
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -144,9 +144,7 @@ free_tmps(void) SV* sv = PL_tmps_stack[PL_tmps_ix]; PL_tmps_stack[PL_tmps_ix--] = Nullsv; if (sv) { -#ifdef DEBUGGING SvTEMP_off(sv); -#endif SvREFCNT_dec(sv); /* note, can modify tmps_ix!!! */ } } |