Hi Hiroaki! > I made a patch to fix this problem. > After applying this patch, it seems work correctly now.
Thank you, it does work with your patch applied, great! Now you are declaring error and erroffset outside "#ifdef USE_PCRE_JIT", but actually use them only inside. This causes a compiler warning (unused variable) when building without USE_PCRE_JIT. I'm not sure how to fix this correctly (in terms of coding style, etc). Willy, could you review Hiroaki's patch and comment on the declaration issue? Thanks! Lukas

