This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Let embed.fnc define the my_str_foo() fcns
authorKarl Williamson <khw@cpan.org>
Wed, 29 May 2019 20:49:57 +0000 (14:49 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 31 May 2019 00:13:29 +0000 (18:13 -0600)
commitfb49ac4495a8cff9430c5c4313ae8f9d6665650e
tree1361f706cbd446e52eac1a74adeed8a893014e45
parente4aeb12f0611f53a3b2e82d7d97bc9ab2a094b55
Let embed.fnc define the my_str_foo() fcns

We don't always define a Perl_ form for these, expecting all calls to be
made through the macro, which will use the native form on the systems
that have one.

Removing these extra #defines helps future commits
embed.fnc
embed.h
perl.h