summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index 2bccd63d59..1f8fb44a81 100644
--- a/scope.h
+++ b/scope.h
@@ -99,10 +99,12 @@
if (hints & HINT_LOCALIZE_HH) \
save_hints(); \
else { \
+ SSCHECK(2); \
SSPUSHINT(hints); \
SSPUSHINT(SAVEt_NOHINTS); \
} \
} STMT_END
+
/* A jmpenv packages the state required to perform a proper non-local jump.
* Note that there is a start_env initialized when perl starts, and top_env
* points to this initially, so top_env should always be non-null.