diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-04-29 15:21:04 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-04-29 15:21:04 +0200 |
commit | db6f38bc1b73930f1da954525464cf1986f43a28 (patch) | |
tree | a7f25f79866ee08431779445dc925373eafda070 /src/regint.h | |
parent | 98f7065a3f7b386564840bb5b24b94f9335b2e97 (diff) |
New upstream version 6.9.8upstream/6.9.8
Diffstat (limited to 'src/regint.h')
-rw-r--r-- | src/regint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regint.h b/src/regint.h index 9856a96..ee6b02b 100644 --- a/src/regint.h +++ b/src/regint.h @@ -63,6 +63,7 @@ #define USE_CALL #define USE_CALLOUT #define USE_BACKREF_WITH_LEVEL /* \k<name+n>, \k<name-n> */ +#define USE_WHOLE_OPTIONS #define USE_RIGID_CHECK_CAPTURES_IN_EMPTY_REPEAT /* /(?:()|())*\2/ */ #define USE_NEWLINE_AT_END_OF_STRING_HAS_EMPTY_LINE /* /\n$/ =~ "\n" */ #define USE_WARNING_REDUNDANT_NESTED_REPEAT_OPERATOR |