This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 23753 wasn't quite a perfect refactoring, as it omitted calling
authorNicholas Clark <nick@ccl4.org>
Sun, 4 Feb 2007 20:32:13 +0000 (20:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 4 Feb 2007 20:32:13 +0000 (20:32 +0000)
commitc0bce9aa45a3d3e9c7a6fd9886d453d0ab22e69d
treef544e60fedad9e015309d108b2a6c6c7fa2a8881
parent99363e4cd73219082c4d2dcedd645f4be940424b
Change 23753 wasn't quite a perfect refactoring, as it omitted calling
PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
However, this would not have made a difference for any configuration
buildable from the blead source alone.

p4raw-id: //depot/perl@30119
perl.c