This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In B.xs, move the definition of PMOP_pmnext adjacent to its usage.
authorNicholas Clark <nick@ccl4.org>
Thu, 28 Oct 2010 15:36:56 +0000 (16:36 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 28 Oct 2010 15:36:56 +0000 (16:36 +0100)
commite6070cd609a1c2bf6abe7cb73ab39e0af43355f1
tree3c268a88f3ffc6c03208df756e52b9902404ce01
parent9f51d9568657b555de1df22d2689ca062b8747c9
In B.xs, move the definition of PMOP_pmnext adjacent to its usage.

Now it lives within the #ifdef guarding the conditional compilation of the only
code that uses it.
ext/B/B.xs