------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1362
--- Comment #9 from Carsten Klein <cklein05@???> 2013-06-14 09:33:00 ---
Hi Zoltan,
thanks for fixing this. However, I've found that you were missing the calling
convention attribute PCRE_CALL_CONVENTION on both pcre.h.in as well as in
pcre_jit_compile.c.
Have a look at bug #1357. There I describe that the PCRE_CALL_CONVENTION macro
needs to be assigned to all external functions, both at their declaration (in
pcre.h) and their implementation (here in pcre_jit_compile.c).
Although this bug seems to be processed by Philip (all declarations in pcre.h
miss the PCRE_CALL_CONVENTION macro as do some function implementations in
various files), for newly added external functions, you should already care for
the calling convention properly.
Carsten
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email