This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: S_ptr_hash is inline
authorFather Chrysostomos <sprout@cpan.org>
Wed, 26 Jun 2013 13:05:06 +0000 (06:05 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 26 Jun 2013 13:22:51 +0000 (06:22 -0700)
commitec79994d178a58009af5b2b0b22e1d93a4787c7a
tree6db1383f5f730935dba0bafa7485337292f97efd
parent96d38a9d05abd090d07d5fb192de46417ec18593
embed.fnc: S_ptr_hash is inline

S_ptr_hash is declared with PERL_STATIC_INLINE in hv.c, but embed
thinks it is just static, so the proto.h and hv.c definitions do not
match, resulting in warnings.
embed.fnc
proto.h