From 24b23f37fefbcc71a881f6805d87449a234dc645 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Thu, 2 Nov 2006 13:35:10 +0100 Subject: Add more backtracking control verbs to regex engine (?CUT), (?ERROR) Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com> p4raw-id: //depot/perl@29189 --- regexp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'regexp.h') diff --git a/regexp.h b/regexp.h index 89fcea7388..f13a5c5f80 100644 --- a/regexp.h +++ b/regexp.h @@ -202,6 +202,7 @@ typedef struct { char *till; SV *sv; char *ganch; + char *cutpoint; } regmatch_info; -- cgit v1.2.1