diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-05 21:40:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-05 21:40:11 +0000 |
commit | 1ade1aa1ca2b2fe7e0085ec2cd022693e0d7a0d6 (patch) | |
tree | a891f8c2753c8c05aedb4ac80bb7b55e16aecf70 /scope.h | |
parent | 2e9e4ed729874a5a74677836e909498426ee1e3e (diff) | |
download | perl-1ade1aa1ca2b2fe7e0085ec2cd022693e0d7a0d6.tar.gz |
Save the regexp engine state as 1 block on the save stack.
p4raw-id: //depot/perl@27728
Diffstat (limited to 'scope.h')
-rw-r--r-- | scope.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ #define SAVEt_SET_SVFLAGS 39 #define SAVEt_SAVESWITCHSTACK 40 #define SAVEt_COP_ARYBASE 41 +#define SAVEt_RE_STATE 42 #ifndef SCOPE_SAVES_SIGNAL_MASK #define SCOPE_SAVES_SIGNAL_MASK 0 |