diff options
author | Yves Orton <demerphq@gmail.com> | 2006-10-26 16:59:11 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-26 15:58:18 +0000 |
commit | 7f69552c33ff9bd1eb6665f732d0f22956ac2f30 (patch) | |
tree | 347e535bd40a59d18a31921fa858fa5f56e0145b /regcomp.sym | |
parent | 258133d1989d727199a2ae29d4f498d5d7e9a2f9 (diff) | |
download | perl-7f69552c33ff9bd1eb6665f732d0f22956ac2f30.tar.gz |
Fix a problem with jump-tries, add (?FAIL) pattern.
Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
p4raw-id: //depot/perl@29118
Diffstat (limited to 'regcomp.sym')
-rw-r--r-- | regcomp.sym | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/regcomp.sym b/regcomp.sym index 561b25d101..73e27a80ed 100644 --- a/regcomp.sym +++ b/regcomp.sym @@ -164,16 +164,19 @@ NREFF NREF, no-sv 1 Match already matched string, folded NREFFL NREF, no-sv 1 Match already matched string, folded in loc. -#*Special conditionals +#*Special conditionals (70..72) NGROUPP NGROUPP, no-sv 1 Whether the group matched. RECURSEP RECURSEP, num 1 Whether we are in a specific recurse. DEFINEP DEFINEP, none 1 Never execute directly. +#*Bactracking +OPFAIL OPFAIL, none Same as (?!) + # NEW STUFF ABOVE THIS LINE -- Please update counts below. ################################################################################ -#*SPECIAL REGOPS (70, 71) +#*SPECIAL REGOPS # This is not really a node, but an optimized away piece of a "long" node. # To simplify debugging output, we mark it as if it were a node |