This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Only prototype should_warn_nl under PERL_CORE.
authorCraig A. Berry <craigberry@mac.com>
Thu, 29 May 2014 22:08:37 +0000 (17:08 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 29 May 2014 22:13:09 +0000 (17:13 -0500)
commit81f54ac7f5f6cf7337babd8633132716c21d851a
tree5a918eadb931b3c6c0652755b0d20bc663792e66
parent878cc5f0586e69cae0c78f759b8790bfd7c07291
Only prototype should_warn_nl under PERL_CORE.

Otherwise the prototype is seen in places where the function
itself is not defined, which is illegal for inline functions.

Follow-up to 7cb3f9598b37fc.
embed.fnc
embed.h
proto.h