File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -343,6 +343,8 @@ pcre2_pattern_convert(). */
343343#define PCRE2_ERROR_PERL_ECLASS_EMPTY_EXPR 214
344344#define PCRE2_ERROR_PERL_ECLASS_MISSING_CLOSE 215
345345#define PCRE2_ERROR_PERL_ECLASS_UNEXPECTED_CHAR 216
346+ #define PCRE2_ERROR_EXPECTED_CAPTURE_GROUP 217
347+ #define PCRE2_ERROR_MISSING_OPENING_PARENTHESIS 218
346348
347349/* "Expected" matching error codes: no match and partial match. */
348350
Original file line number Diff line number Diff line change @@ -343,6 +343,8 @@ pcre2_pattern_convert(). */
343343#define PCRE2_ERROR_PERL_ECLASS_EMPTY_EXPR 214
344344#define PCRE2_ERROR_PERL_ECLASS_MISSING_CLOSE 215
345345#define PCRE2_ERROR_PERL_ECLASS_UNEXPECTED_CHAR 216
346+ #define PCRE2_ERROR_EXPECTED_CAPTURE_GROUP 217
347+ #define PCRE2_ERROR_MISSING_OPENING_PARENTHESIS 218
346348
347349/* "Expected" matching error codes: no match and partial match. */
348350
You can’t perform that action at this time.
0 commit comments