Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 409173239aadc465992374048dfa7b54441ce82e
https://github.com/Perl/perl5/commit/409173239aadc465992374048dfa7b54441ce82e
Author: Karl Williamson <[email protected]>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M embed.fnc
M proto.h
M sv_inline.h
Log Message:
-----------
Fix compilation errors in netbsd/solaris
These were introduced by 1ef9039bccbfe64f47f201b6cfb7d6d23e0b08a7. The
compilers in question die if something that is "forced to be inlined'
cannot be. So, change to merely request inlining.
Also change the order of definition to try to avoid forward references
to make it easier to inline.