diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-01 14:29:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-01 14:29:42 +0000 |
commit | 9e730509907b8752181af8e7fd62436ee39ccc0a (patch) | |
tree | 5d5d7bb220b968383af96fb0fab9ebb281ecdf81 /scope.c | |
parent | 8e41545fc5fd5bfd2ddf4723e7793ec207deefff (diff) | |
download | perl-9e730509907b8752181af8e7fd62436ee39ccc0a.tar.gz |
Change 34966 should also have removed the SSCHECK(4); from
Perl_save_hints().
p4raw-id: //depot/perl@34970
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -540,7 +540,6 @@ Perl_save_hints(pTHX) PL_compiling.cop_hints_hash->refcounted_he_refcnt++; HINTS_REFCNT_UNLOCK; } - SSCHECK(4); if (PL_hints & HINT_LOCALIZE_HH) { save_pushptri32ptr(GvHV(PL_hintgv), PL_hints, PL_compiling.cop_hints_hash, SAVEt_HINTS); |