From ee9b8eaedac8053a01cc9281ada34dd182a8f7d0 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 10 Jan 2007 21:33:39 +0100 Subject: Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom() Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com> (plus POD nits by Merijn and myself) p4raw-id: //depot/perl@29756 --- regexp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'regexp.h') diff --git a/regexp.h b/regexp.h index d02b3210fa..c28c78e07a 100644 --- a/regexp.h +++ b/regexp.h @@ -371,6 +371,10 @@ typedef struct regmatch_state { SV* mark_name; char *mark_loc; } mark; + + struct { + int val; + } keeper; } u; } regmatch_state; -- cgit v1.2.1