X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5018002%2Fregexec.c;fp=src%2F5018002%2Fregexec.c;h=0a8d1e1965f471c7a3c1b2dfa99b42d11a18e055;hp=7c307bdf2d0b30858561efa0bda3e7e0e985a81a;hb=db28a7ef5e55803a8c143a0ff4ddd9aca56438d7;hpb=fe5c260b357f1011dff1c4fdf91dc1811675cca9 diff --git a/src/5018002/regexec.c b/src/5018002/regexec.c index 7c307bd..0a8d1e1 100644 --- a/src/5018002/regexec.c +++ b/src/5018002/regexec.c @@ -82,8 +82,11 @@ static const char* const non_utf8_target_but_utf8_required */ #include "EXTERN.h" #define PERL_IN_REGEXEC_C +#undef PERL_IN_XSUB_RE +#define PERL_IN_XSUB_RE 1 #include "perl.h" #include "re_defs.h" +#undef PERL_IN_XSUB_RE #ifdef PERL_IN_XSUB_RE # include "re_comp.h"