This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Change fcn from A to X
authorKarl Williamson <khw@cpan.org>
Mon, 28 Aug 2017 23:51:06 +0000 (17:51 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 9 Nov 2017 03:52:52 +0000 (20:52 -0700)
commit5c1ff086bb032fe1320e5cd3a81b4f3841481d44
tree026b107da6f829a76b73d097e9bfb62bbbd8ac5b
parent5792c6421a2dffa32c7169e0ebe482427b43a1b8
embed.fnc: Change fcn from A to X

This function is marked as accessible anywhere, but experimental, and
so is changeable at any time without notice, and its name begins with an
underscore to indicate its private nature.  I didn't know at the time I
wrote it that we have an existing mechanism to deal with functions whose
only use should be a public macro.  This changes to use that mechanism.
embed.fnc
embed.h
perl.h