diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-30 05:12:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-30 05:12:57 +0000 |
commit | 25eaa2138d60ea820620e1b1324f90a6b4f4adcd (patch) | |
tree | df343c29db5bdb7836b0e000ba22ba06f00c6cec /scope.c | |
parent | 4ebdfc9900a36429be5fe85719cf00fc3ef0ebf9 (diff) | |
download | perl-25eaa2138d60ea820620e1b1324f90a6b4f4adcd.tar.gz |
tweaks to overloaded constants (change#1259)
p4raw-link: @1259 on //depot/perl: b3ac6de7f0c7a63b73f1cf3ea9e371470f7d1cb0
p4raw-id: //depot/perl@1265
Diffstat (limited to 'scope.c')
-rw-r--r-- | scope.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -806,7 +806,7 @@ leave_scope(I32 base) case SAVEt_OP: op = (OP*)SSPOPPTR; break; - case SAVEt_NOHINTS: + case SAVEt_HINTS: if (GvHV(hintgv)) { SvREFCNT_dec((SV*)GvHV(hintgv)); GvHV(hintgv) = NULL; |