Philip Hazel wrote:
> On Tue, 29 Sep 2009, Sheri wrote:
>
>   
>>> #if PCRE_MAJOR >= 8
>>> options |= PCRE_NOTEMPTY_ATSTART
>>> #else
>>> options |= PCRE_NOTEMPTY
>>> #endif
>>>
>>> which, in any case, is exactly the same as what you have to do for any 
>>> new option that is added.
>>>       
>
>   
>> Will you or Craig be implementing the fix in the cpp wrapper?
>>     
>
> There is no mention of PCRE_NOTEMPTY in the cpp wrapper. So what might 
> need to be done?
>
> Philip
>
>   
To apply the option where needed to fix existing (or create new?) global 
services wherein, e.g., GlobalReplace of "abc\K|def\K" in "abcdefghi" 
yields "abc-def-ghi" ??

Regards,
Sheri

-- 
## List details at http://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to