diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-09 08:13:54 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-09 08:13:54 +0900 |
commit | 9d87c563f0ba698043ddbedc4b541cb3c465413f (patch) | |
tree | 4408e04efe3457475f94a7c74d3c812fd1c1b361 /lib/regex.h | |
parent | b2bb05c4286dc7f13ff5709128c91fde141bc39d (diff) | |
download | re2c-9d87c563f0ba698043ddbedc4b541cb3c465413f.tar.gz re2c-9d87c563f0ba698043ddbedc4b541cb3c465413f.tar.bz2 re2c-9d87c563f0ba698043ddbedc4b541cb3c465413f.zip |
Imported Upstream version 1.3upstream/1.3
Diffstat (limited to 'lib/regex.h')
-rw-r--r-- | lib/regex.h | 1 |
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 { |