]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/regex_internal.h
[BZ #544]
[thirdparty/glibc.git] / posix / regex_internal.h
index 14d95a5b841ec7e2bb732741b018aa9cbf09d0e9..a778032d77994f1dd2e32ad7ff4021c4d769ebf8 100644 (file)
@@ -189,6 +189,7 @@ typedef enum
   OP_DUP_PLUS = EPSILON_BIT | 4,
   OP_DUP_QUESTION = EPSILON_BIT | 5,
   ANCHOR = EPSILON_BIT | 6,
+  OP_DELETED_SUBEXP = EPSILON_BIT | 7,
 
   /* Tree type, these are used only by tree. */
   CONCAT = 16,
@@ -644,6 +645,7 @@ struct re_dfa_t
   int mb_cur_max;
   bitset word_char;
   reg_syntax_t syntax;
+  int *subexp_map;
 #ifdef DEBUG
   char* re_str;
 #endif