From 7f69552c33ff9bd1eb6665f732d0f22956ac2f30 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Thu, 26 Oct 2006 16:59:11 +0200 Subject: Fix a problem with jump-tries, add (?FAIL) pattern. Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com> p4raw-id: //depot/perl@29118 --- regcomp.sym | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'regcomp.sym') 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 -- cgit v1.2.1