Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: bc726283c505c016567b3156526f1aeecc777244
https://github.com/Perl/perl5/commit/bc726283c505c016567b3156526f1aeecc777244
Author: Tony Cook <[email protected]>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M embed.fnc
M embed.h
M handy.h
M makedef.pl
M proto.h
M util.c
Log Message:
-----------
allow building with -DPERL_MEM_LOG on Win32
This appears to have been broken for a while, and became more broken
with 75acd14e, which made newSV_type() inline.
This will also prevent warnings about calls to undeclared functions
on systems that don't need symbols to be exported.