In perl.git, the branch smoke-me/khw-global_struct has been updated <https://perl5.git.perl.org/perl.git/commitdiff/1380ecd1ca7e47aa97642236c4fc69540871edb9?hp=045adf7cf917f4d13db8ea8b34ff83aa7877a839>
- Log ----------------------------------------------------------------- commit 1380ecd1ca7e47aa97642236c4fc69540871edb9 Author: Karl Williamson <k...@cpan.org> Date: Thu Dec 27 13:12:00 2018 -0700 f ----------------------------------------------------------------------- Summary of changes: perl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl.h b/perl.h index 2d0081186c..6764dc78c7 100644 --- a/perl.h +++ b/perl.h @@ -62,7 +62,9 @@ # endif #endif +#ifndef PERL_IMPLICIT_SYS # define PERL_GLOBAL_STRUCT +#endif #ifdef PERL_GLOBAL_STRUCT_PRIVATE # ifndef PERL_GLOBAL_STRUCT -- Perl5 Master Repository