------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=820 --- Comment #1 from Philip Hazel <[email protected]> 2009-03-06 09:51:57 --- On Wed, 4 Mar 2009, Jing Lan wrote: > I am new on PCRE. I am trying to use pcre_callout. In pcre_exec.c callout > part, > I add some code like following. Could you please help me validate my patch > and/or give me any comments? Many thanks. Why are you suggesting this incompatible change? The specification is that matching continues if the return code is zero. You have caused matching to stop, but only at the current level (e.g. inside one group). Do you need this as a special facility? Regards, Philip -- Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email -- ## List details at http://lists.exim.org/mailman/listinfo/pcre-dev
