|
|
|
|
@ -14,15 +14,3 @@ Index: pcreposix.h
|
|
|
|
|
PCREPOSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
|
|
|
|
|
PCREPOSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t,
|
|
|
|
|
regmatch_t *, int);
|
|
|
|
|
Index: pcre_compile.c
|
|
|
|
|
--- pcre_compile.c
|
|
|
|
|
+++ pcre_compile.c
|
|
|
|
|
@@ -4931,7 +4931,7 @@
|
|
|
|
|
(lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
|
|
|
|
|
{
|
|
|
|
|
cd->external_options = newoptions;
|
|
|
|
|
- options = newoptions;
|
|
|
|
|
+ options = *optionsptr = newoptions;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
|