diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-03-04 14:25:49 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-03-04 14:25:49 +0100 |
commit | 0455bc64b62154b7b966c598a80ec2eb4f66d088 (patch) | |
tree | 9ce53111643007a505452741404ee66486bcc733 /thirdparty/pcre2/src/pcre2_pattern_info.c | |
parent | 2bc981948d254f45a0268cfc26eb0010f00b984c (diff) |
pcre2: Sync with upstream 10.32
Diffstat (limited to 'thirdparty/pcre2/src/pcre2_pattern_info.c')
-rw-r--r-- | thirdparty/pcre2/src/pcre2_pattern_info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/pcre2/src/pcre2_pattern_info.c b/thirdparty/pcre2/src/pcre2_pattern_info.c index 906e9198f5..a29f5eff67 100644 --- a/thirdparty/pcre2/src/pcre2_pattern_info.c +++ b/thirdparty/pcre2/src/pcre2_pattern_info.c @@ -7,7 +7,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel Original API code Copyright (c) 1997-2012 University of Cambridge - New API code Copyright (c) 2016-2017 University of Cambridge + New API code Copyright (c) 2016-2018 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -390,6 +390,7 @@ while (TRUE) #endif case OP_MARK: + case OP_COMMIT_ARG: case OP_PRUNE_ARG: case OP_SKIP_ARG: case OP_THEN_ARG: |