|
Lines 4699-4709
we set the flag only if there is a liter
|
Link Here
|
|---|
|
{ | { |
if (code == cd->start_code + 1 + LINK_SIZE && | if (code == cd->start_code + 1 + LINK_SIZE && |
(lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) | (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE)) |
{ | { |
cd->external_options = newoptions; | cd->external_options = newoptions; |
options = newoptions; |
options = *optionsptr = newoptions; |
} | } |
else | else |
{ | { |
if ((options & PCRE_IMS) != (newoptions & PCRE_IMS)) | if ((options & PCRE_IMS) != (newoptions & PCRE_IMS)) |
{ | { |