source cleanups; fix finding scripts
authorDavid MacKenzie <djm@cygnus>
Thu, 15 Jul 1993 21:49:24 +0000 (21:49 +0000)
committerDavid MacKenzie <djm@cygnus>
Thu, 15 Jul 1993 21:49:24 +0000 (21:49 +0000)
ld/ldindr.c

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