Replaced call to newilb after pro pseudo to call to newplb,
authorsater <none@none>
Thu, 12 Jul 1984 09:26:24 +0000 (09:26 +0000)
committersater <none@none>
Thu, 12 Jul 1984 09:26:24 +0000 (09:26 +0000)
including retrofit for existing mach.h files

mach/proto/cg/fillem.c

index b3856fa..f22df00 100644 (file)
@@ -40,6 +40,10 @@ static char rcsid2[] = "$Header$";
  * Author: Hans van Staveren
  */
 
+#ifndef newplb                 /* retrofit for older mach.h */
+#define newplb newilb
+#endif
+
 /* segment types for switchseg() */
 #define SEGTXT          0
 #define SEGCON          1
@@ -328,7 +332,7 @@ dopseudo() {
                switchseg(SEGTXT);
                procno++;
                strarg(getarg(ptyp(sp_pnam)));
-               newilb(argstr);
+               newplb(argstr);
                getarg(cst_ptyp);
                prolog((full)argval);
 #ifdef REGVARS