Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 3 Feb 1998 16:00:07 +0000 (16:00 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Tue, 3 Feb 1998 16:00:07 +0000 (16:00 +0000)
commite1c148c28bf3335bbd0ad9a2070b0917265c00c3
tree4486f9b0e25136960b64fe6923a259aa6da45816
parent8db299b857ebbe26dfb8bdded5060d4e93e0ef7c
Replaced two occurrences of THREADSV(find_thread_sv(...)) (order
of execution causes core dump if threadsvp is moved). Replaced
lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast).

p4raw-id: //depot/perl@459
av.c
perl.c