| commit | 75dd028862042c3aebc7e9bef434fd00abe74f86 | [log] [tgz] |
|---|---|---|
| author | Carl Weaver <rrcgat@gmail.com> | Fri Oct 04 15:53:41 2024 +0800 |
| committer | GitHub <noreply@github.com> | Fri Oct 04 08:53:41 2024 +0100 |
| tree | 61bdc170528c7c2bbdcad338c7e38b5c21dc0ead | |
| parent | c49e596481e6c793a5d3c91c724ad4de0f97cd15 [diff] |
Add PCRE2_EXTRA_NEVER_CALLOUT flag to pcre2.h.generic (#510)
diff --git a/src/pcre2.h.generic b/src/pcre2.h.generic index 46d0b4e..45da899 100644 --- a/src/pcre2.h.generic +++ b/src/pcre2.h.generic
@@ -161,6 +161,7 @@ #define PCRE2_EXTRA_ASCII_DIGIT 0x00001000u /* C */ #define PCRE2_EXTRA_PYTHON_OCTAL 0x00002000u /* C */ #define PCRE2_EXTRA_NO_BS0 0x00004000u /* C */ +#define PCRE2_EXTRA_NEVER_CALLOUT 0x00008000u /* C */ /* These are for pcre2_jit_compile(). */