summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-30 05:12:57 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-30 05:12:57 +0000
commit25eaa2138d60ea820620e1b1324f90a6b4f4adcd (patch)
treedf343c29db5bdb7836b0e000ba22ba06f00c6cec /scope.c
parent4ebdfc9900a36429be5fe85719cf00fc3ef0ebf9 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scope.c b/scope.c
index c95ae54c20..985c650b3c 100644
--- a/scope.c
+++ b/scope.c
@@ -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;