diff options
author | Yves Orton <demerphq@gmail.com> | 2006-10-31 23:49:57 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-11-01 17:05:03 +0000 |
commit | 5461259206276a3618e115d5d68776273bb41ca6 (patch) | |
tree | 62be0b5e283fa9c04597fe6ec054cc83064e0f87 /regcomp.sym | |
parent | a983b08dc7c658d412bac21b8ceac00c24ae5c11 (diff) | |
download | perl-5461259206276a3618e115d5d68776273bb41ca6.tar.gz |
Add a commit verb to regex engine to allow fine tuning of backtracking control.
Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
p4raw-id: //depot/perl@29183
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regcomp.sym b/regcomp.sym index 072b96973b..f60368cb8b 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -170,6 +170,7 @@ DEFINEP DEFINEP, none 1 Never execute directly. #*Bactracking OPFAIL OPFAIL, none Same as (?!) +COMMIT COMMIT, node Pattern fails if backtracking through this # NEW STUFF ABOVE THIS LINE -- Please update counts below. @@ -206,4 +207,4 @@ BRANCH next:FAIL CURLYM A,B:FAIL IFMATCH A:FAIL CURLY B_min_known,B_min,B_max:FAIL - +COMMIT next:FAIL |