This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Reorder parts of B.xs to reduce the amount of conditionally compiled code.
authorNicholas Clark <nick@ccl4.org>
Fri, 29 Oct 2010 15:42:52 +0000 (16:42 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 29 Oct 2010 15:42:52 +0000 (16:42 +0100)
commit5b02c2059c8647c9de482f97c1e096d2510713a3
treea7e5bfbf28359cf03b69bcb929e7315ab5bb012f
parenta78b89ef05ee75c66a8837ab543c37972727335b
Reorder parts of B.xs to reduce the amount of conditionally compiled code.

Some code with #ifdef guards on PERL_VERSION can be merged.
B::COP::label can have a C<const char *> return type on all perl versions.
ext/B/B.xs