Skip to content

Commit d739629

Browse files
committed
fix outdated pcre2.h (pcre2.h.generic)
1 parent 60385d5 commit d739629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcre/pcre2lib/pcre2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ pcre2_pattern_convert(). */
324324
#define PCRE2_ERROR_ALPHA_ASSERTION_UNKNOWN 195
325325
#define PCRE2_ERROR_SCRIPT_RUN_NOT_AVAILABLE 196
326326
#define PCRE2_ERROR_TOO_MANY_CAPTURES 197
327-
#define PCRE2_ERROR_CONDITION_ATOMIC_ASSERTION_EXPECTED 198
327+
#define PCRE2_ERROR_MISSING_OCTAL_DIGIT 198
328328
#define PCRE2_ERROR_BACKSLASH_K_IN_LOOKAROUND 199
329329
#define PCRE2_ERROR_MAX_VAR_LOOKBEHIND_EXCEEDED 200
330330
#define PCRE2_ERROR_PATTERN_COMPILED_SIZE_TOO_BIG 201

0 commit comments

Comments
 (0)