This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor Perl_xs_apiversion_bootcheck()
authorNicholas Clark <nick@ccl4.org>
Fri, 8 Oct 2010 15:56:50 +0000 (16:56 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 8 Oct 2010 15:58:10 +0000 (16:58 +0100)
commit8a280620fcbbc5f0c47b80ca2dc5d3eb208012ae
treede23eb40341be025d078c4f68e5727c82cfcfed2
parent379a89070cf5bdcfa33b12551d2c9ef0a3e11418
Refactor Perl_xs_apiversion_bootcheck()

Use fewer mortals, and avoid leaking an SV if upg_version() croaks.
util.c