In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/59e279a1c740cb62f025a2eabba91bd767fb198f?hp=62e6ef3356e0e6acf57ba63e809b4ccbd3a17981>
- Log ----------------------------------------------------------------- commit 59e279a1c740cb62f025a2eabba91bd767fb198f Author: Karl Williamson <[email protected]> Date: Mon Sep 29 12:16:42 2014 -0600 op_reg_common.h: Get blead to build in Jenkins I don't understand why this compile error check is failing Jenkins, but am removing it for now to get things to work. ----------------------------------------------------------------------- Summary of changes: op_reg_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/op_reg_common.h b/op_reg_common.h index 9f7227d..bdb2267 100644 --- a/op_reg_common.h +++ b/op_reg_common.h @@ -99,12 +99,14 @@ get_regex_charset(const U32 flags) #define RXf_PMf_COMPILETIME (RXf_PMf_MULTILINE|RXf_PMf_SINGLELINE|RXf_PMf_FOLD|RXf_PMf_EXTENDED|RXf_PMf_EXTENDED_MORE|RXf_PMf_KEEPCOPY|RXf_PMf_CHARSET) #define RXf_PMf_FLAGCOPYMASK (RXf_PMf_COMPILETIME|RXf_PMf_SPLIT) +#if 0 /* Temporary to get Jenkins happy again */ /* Exclude win32 because it can't cope with I32_MAX definition */ #ifndef WIN32 # if RXf_PMf_COMPILETIME > I32_MAX # error RXf_PMf_COMPILETIME wont fit in arg2 field of eval node # endif #endif +#endif /* These copies need to be numerical or ext/B/Makefile.PL won't think they are * constants */ -- Perl5 Master Repository
