diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-02-20 19:20:09 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-05-05 05:01:10 +0100 |
commit | 89abef211f482f5f37aeb9b02c71c4452feb5c34 (patch) | |
tree | 29cb0d350843d47f0916a3206af812b0c536a817 /scope.h | |
parent | c0b977fd793319b0b362593c57555d28997fae84 (diff) | |
download | perl-89abef211f482f5f37aeb9b02c71c4452feb5c34.tar.gz |
When saving I32s, if the value is small enough save it with the type.
This uses a new type, SAVEt_I32_SMALL.
Diffstat (limited to 'scope.h')
-rw-r--r-- | scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ #define SAVEt_STACK_CXPOS 44 #define SAVEt_PARSER 45 #define SAVEt_ADELETE 46 +#define SAVEt_I32_SMALL 47 #define SAVEf_SETMAGIC 1 #define SAVEf_KEEPOLDELEM 2 |