This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make xs_version_bootcheck() appear only in util.c
authorDavid Mitchell <davem@iabyn.com>
Tue, 9 Dec 2014 10:19:53 +0000 (10:19 +0000)
committerDavid Mitchell <davem@iabyn.com>
Tue, 9 Dec 2014 10:23:16 +0000 (10:23 +0000)
commit071d040c70fbd1bbb40d7589e2a35485a11508b5
tree11ab6fbe1f7a936763c92a59bb8e7ec6c16dd693
parent1553b1d30d5e28536f4332d3fa1f413a63b2fddd
make xs_version_bootcheck() appear only in util.c

672cbd159cb9 converted xs_version_bootcheck() into a static function,
but forgot to wrap the embed.fnc entry with "#if defined(PERL_IN_UTIL_C)",
so it was generating a compiler warning in every file that proto.h was
included in.
embed.fnc
proto.h