summaryrefslogtreecommitdiff
path: root/libregexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libregexp.h')
-rw-r--r--libregexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libregexp.h b/libregexp.h
index 9aedb7e..c0bc58d 100644
--- a/libregexp.h
+++ b/libregexp.h
@@ -36,6 +36,7 @@
#define LRE_FLAG_DOTALL (1 << 3)
#define LRE_FLAG_UTF16 (1 << 4)
#define LRE_FLAG_STICKY (1 << 5)
+#define LRE_FLAG_INDICES (1 << 6) /* Unused by libregexp, just recorded. */
#define LRE_FLAG_NAMED_GROUPS (1 << 7) /* named groups are present in the regexp */