X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=blobdiff_plain;f=src%2F5016003%2Fregcomp.c;fp=src%2F5016003%2Fregcomp.c;h=7b13e4374e06d4a9604b79092b7cda6db6311830;hp=ef566277b8838e17b0752a94e83b4e92b989512b;hb=db28a7ef5e55803a8c143a0ff4ddd9aca56438d7;hpb=fe5c260b357f1011dff1c4fdf91dc1811675cca9 diff --git a/src/5016003/regcomp.c b/src/5016003/regcomp.c index ef56627..7b13e43 100644 --- a/src/5016003/regcomp.c +++ b/src/5016003/regcomp.c @@ -72,7 +72,10 @@ */ #include "EXTERN.h" #define PERL_IN_REGCOMP_C +#undef PERL_IN_XSUB_RE +#define PERL_IN_XSUB_RE 1 #include "perl.h" +#undef PERL_IN_XSUB_RE #ifndef PERL_IN_XSUB_RE #include "re_defs.h"