Branch: refs/heads/yves/auto_embed_fnc
Home: https://github.com/Perl/perl5
Commit: 8cc4fe56c8e5ad284a36529bf6b695206c540c5d
https://github.com/Perl/perl5/commit/8cc4fe56c8e5ad284a36529bf6b695206c540c5d
Author: Yves Orton <[email protected]>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M embed.fnc
M embed.h
M proto.h
Log Message:
-----------
embed.fnc - reduce scope of functions with defines
These guard clauses are autogenerated by looking at which files are using the
functions, via `make $file.i` output to account for other defines. This
added new guard clauses to all functions that were not explicitly
exported everywhere or under some other rule (eg, 'A' or 'C' or 'E'
functions). It builds and passes test on linux.