In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/11c9859f920c51ebb0f8e9913646e4216b06519c?hp=fd503f5cfcafd1bd5c45f898cce12ece8d1d368a>
- Log ----------------------------------------------------------------- commit 11c9859f920c51ebb0f8e9913646e4216b06519c Author: Steve Hay <[email protected]> Date: Wed Jun 7 17:58:11 2017 +0100 Fix Windows build following commit 9d5e3f1aaa ----------------------------------------------------------------------- Summary of changes: makedef.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/makedef.pl b/makedef.pl index 8e29f2aed9..9761954079 100644 --- a/makedef.pl +++ b/makedef.pl @@ -573,6 +573,9 @@ if ($define{'PERL_GLOBAL_STRUCT'}) { ++$skip{PL_op_exec_cnt} unless $define{PERL_TRACE_OPS}; +++$skip{PL_hash_chars} + unless $define{PERL_USE_SINGLE_CHAR_HASH_CACHE}; + # functions from *.sym files my @syms = qw(globvar.sym); -- Perl5 Master Repository
