source cleanups; fix finding scripts

This commit is contained in:
David MacKenzie
1993-07-15 21:49:24 +00:00
parent 4ab3a31f9e
commit c3cbe3f459

@ -77,7 +77,7 @@ copy_over (ldsym, bfdsym)
{ {
while (list && *list) while (list && *list)
{ {
refize(Q_enter_global_ref(list, name)); refize(enter_global_ref(list, name));
list = (asymbol **)((*list)->udata); list = (asymbol **)((*list)->udata);
} }
} }