summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2007-01-12 03:31:12 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-15 16:26:17 +0000
commitcde0cee5716418bb58782f073048ee9685ed2368 (patch)
treec2a691ebb8348e48a5171a60b617299632146e12 /regcomp.h
parent780a5241a93925d81e932db73df46ee749b203b9 (diff)
downloadperl-cde0cee5716418bb58782f073048ee9685ed2368.tar.gz
Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com> (with tweaks) p4raw-id: //depot/perl@29831
Diffstat (limited to 'regcomp.h')
-rw-r--r--regcomp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/regcomp.h b/regcomp.h
index ad7400fc3c..d4a5001c30 100644
--- a/regcomp.h
+++ b/regcomp.h
@@ -103,10 +103,7 @@ typedef struct regexp_paren_ofs {
} regexp_paren_ofs;
typedef struct regexp_internal {
-#ifdef DEBUGGING
int name_list_idx; /* Optional data index of an array of paren names */
-#endif
-
U32 *offsets; /* offset annotations 20001228 MJD
data about mapping the program to the
string*/