In perl.git, the branch smoke-me/khw-expand has been created
<https://perl5.git.perl.org/perl.git/commitdiff/85f1d6b46f5b9017f188b1ed51401fc3fc4b41db?hp=0000000000000000000000000000000000000000>
at 85f1d6b46f5b9017f188b1ed51401fc3fc4b41db (commit)
- Log -----------------------------------------------------------------
commit 85f1d6b46f5b9017f188b1ed51401fc3fc4b41db
Author: Tony Cook <[email protected]>
Date: Wed Oct 9 11:12:09 2019 -0600
regexec.c: Fix Win32 compilation
The macro being called here had a parameter that was a function call and
was used multiple times in the macro, exceeding some limits on Win32,
and potentially being actually called multiple times.
-----------------------------------------------------------------------
--
Perl5 Master Repository