summaryrefslogtreecommitdiff
path: root/lib/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/regex.h')
-rw-r--r--lib/regex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/regex.h b/lib/regex.h
index 5f226ad9..a9c4ace1 100644
--- a/lib/regex.h
+++ b/lib/regex.h
@@ -36,6 +36,7 @@ static const int REG_GTOP = 1u << 9;
static const int REG_SLOWPREC = 1u << 10;
static const int REG_BACKWARD = 1u << 11;
static const int REG_KUKLEWICZ = 1u << 12;
+static const int REG_STADFA = 1u << 13;
struct regex_t
{