C<@a = @b = split(...)> optimization coredumps under ithreads
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 11 Sep 2000 14:46:30 +0000 (14:46 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 11 Sep 2000 14:46:30 +0000 (14:46 +0000)
commitb3f5893fbbcce239e92f954ec9e230bdf28e6e79
tree3f8658dd6593db48c6a21a3aaa174dc81adcf5b8
parent177a48aa5ce07de6b25a612090ebf912f817adcc
C<@a = @b = split(...)> optimization coredumps under ithreads
(missed a spot when fixing up op_pmreplroot hack for ithreads)

p4raw-id: //depot/perl@7051
op.c
t/op/split.t