summaryrefslogtreecommitdiff
path: root/src/regint.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2022-05-04 22:17:30 +0200
committerJörg Frings-Fürst <debian@jff.email>2022-05-04 22:17:30 +0200
commitb94fff3e1fa9f446b4d084988600836eaa686c0a (patch)
tree1ef234abd95f46744da8f6edad1ec438f5fe3ea9 /src/regint.h
parent89374f06e12f3094feac8a6a7f95a58c348f63eb (diff)
parentbeb0a893d66abd79c495d3425746fe0e237ed848 (diff)
Merge branch 'release/debian/6.9.8-1'debian/6.9.8-1
Diffstat (limited to 'src/regint.h')
-rw-r--r--src/regint.h1
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