Re: [pcre-dev] JIT doesn't build under WinCE

Góra strony
Delete this message
Autor: Zoltán Herczeg
Data:  
Dla: Giuseppe D'Angelo
CC: pcre-dev
Temat: Re: [pcre-dev] JIT doesn't build under WinCE
Hi,

I renamed the variable to quit. I hope it will fix the WinCE build.
http://www.exim.org/lurker/message/20120708.164441.53d8f041.hu.html

Regards,
Zoltan

"Giuseppe D'Angelo" <dangelog@???> írta:
>Hi, a small followup: the JIT doesn't build under WinCE/x86 as well>

because the indirect, apparently unguarded inclusion of excpt.h from>
windows.h (#included from sljitUtils.c) has>
>

#define leave                           __leave>

>

and this breaks pcre_jit_compile.c that has a "leave" field in a struct.>
>

A simple #undef after the include leave seems to do the trick. :(>
>

Thanks,>
-- >
Giuseppe D'Angelo>
>

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