diff options
author | David Mitchell <davem@iabyn.com> | 2012-10-17 19:45:38 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-11-10 13:39:32 +0000 |
commit | 4e09461c68f4fd1b02cb93ceb753e6d3b4f6b786 (patch) | |
tree | 3fd8c89caaea42fba0cda4b24b17b5e83156ad22 /scope.h | |
parent | a7fd8ef68b459a13ba95615ec125e2e7ba656b47 (diff) | |
download | perl-4e09461c68f4fd1b02cb93ceb753e6d3b4f6b786.tar.gz |
add SAVEt_CLEARPADRANGE
Add a new save type that does the equivalent of multiple SAVEt_CLEARSV's
for a given target range. This makes the new padange op more efficient.
Diffstat (limited to 'scope.h')
-rw-r--r-- | scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ #define SAVEt_INT_SMALL 48 #define SAVEt_GVSV 49 #define SAVEt_FREECOPHH 50 +#define SAVEt_CLEARPADRANGE 51 #define SAVEf_SETMAGIC 1 #define SAVEf_KEEPOLDELEM 2 |