summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-02-20 19:39:37 +0000
committerNicholas Clark <nick@ccl4.org>2010-05-05 13:44:49 +0100
commit994d373a075399b04d509cb2732e0a956c88e014 (patch)
treef63c576e17112f54901861f1272a0d0946d5ddbc /scope.h
parent89abef211f482f5f37aeb9b02c71c4452feb5c34 (diff)
downloadperl-994d373a075399b04d509cb2732e0a956c88e014.tar.gz
When saving ints, if the value is small enough save it with the type.
This uses a new type, SAVEt_INT_SMALL.
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scope.h b/scope.h
index 9b337e713b..7df44b6471 100644
--- a/scope.h
+++ b/scope.h
@@ -56,6 +56,7 @@
#define SAVEt_PARSER 45
#define SAVEt_ADELETE 46
#define SAVEt_I32_SMALL 47
+#define SAVEt_INT_SMALL 48
#define SAVEf_SETMAGIC 1
#define SAVEf_KEEPOLDELEM 2