Skip to content

Commit a608946

Browse files
committed
Additional PCRE2_EXTRA_ASCII_xxx code
1 parent 72c9b57 commit a608946

File tree

7 files changed

+869
-155
lines changed

7 files changed

+869
-155
lines changed

src/pcre2.h.in

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@ D is inspected during pcre2_dfa_match() execution
154154
#define PCRE2_EXTRA_ALT_BSUX 0x00000020u /* C */
155155
#define PCRE2_EXTRA_ALLOW_LOOKAROUND_BSK 0x00000040u /* C */
156156
#define PCRE2_EXTRA_CASELESS_RESTRICT 0x00000080u /* C */
157+
#define PCRE2_EXTRA_ASCII_BSD 0x00000100u /* C */
158+
#define PCRE2_EXTRA_ASCII_BSS 0x00000200u /* C */
159+
#define PCRE2_EXTRA_ASCII_BSW 0x00000400u /* C */
160+
#define PCRE2_EXTRA_ASCII_POSIX 0x00000800u /* C */
157161

158162
/* These are for pcre2_jit_compile(). */
159163

0 commit comments

Comments
 (0)