summaryrefslogtreecommitdiff
path: root/src/pcre2_auto_possess.c
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-04-15 16:34:36 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2020-04-15 16:34:36 +0000
commit6b1bd6c3d8e3b4146d303a387c85363849768701 (patch)
tree2ebc321092f042de91eb9f989e8a8f49fcb4e005 /src/pcre2_auto_possess.c
parentf06c10cc600da7eb164d85f7e143d9949d6c4b15 (diff)
downloadpcre2-6b1bd6c3d8e3b4146d303a387c85363849768701.tar.gz
File tidies for 10.35-RC1 release candidate.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1244 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_auto_possess.c')
-rw-r--r--src/pcre2_auto_possess.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcre2_auto_possess.c b/src/pcre2_auto_possess.c
index 6c4925f..c64cf85 100644
--- a/src/pcre2_auto_possess.c
+++ b/src/pcre2_auto_possess.c
@@ -505,7 +505,7 @@ which case the base cannot be possessified.
Arguments:
code points to the byte code
utf TRUE in UTF mode
- ucp TRUE in UCP mode
+ ucp TRUE in UCP mode
cb compile data block
base_list the data list of the base opcode
base_end the end of the base opcode
@@ -675,7 +675,7 @@ for(;;)
/* The bracket content will be checked by the OP_BRA/OP_CBRA case above. */
next_code += 1 + LINK_SIZE;
- if (!compare_opcodes(next_code, utf, ucp, cb, base_list, base_end,
+ if (!compare_opcodes(next_code, utf, ucp, cb, base_list, base_end,
rec_limit))
return FALSE;
@@ -1134,7 +1134,7 @@ for (;;)
get_chr_property_list(code, utf, ucp, cb->fcc, list) : NULL;
list[1] = c == OP_STAR || c == OP_PLUS || c == OP_QUERY || c == OP_UPTO;
- if (end != NULL && compare_opcodes(end, utf, ucp, cb, list, end,
+ if (end != NULL && compare_opcodes(end, utf, ucp, cb, list, end,
&rec_limit))
{
switch(c)