From: sater Date: Thu, 12 Jul 1984 09:26:24 +0000 (+0000) Subject: Replaced call to newilb after pro pseudo to call to newplb, X-Git-Tag: release-5-5~6224 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4558cb883696d6fbcd799965db651bb15d7e177c;p=ack.git Replaced call to newilb after pro pseudo to call to newplb, including retrofit for existing mach.h files --- diff --git a/mach/proto/cg/fillem.c b/mach/proto/cg/fillem.c index b3856fa94..f22df00d9 100644 --- a/mach/proto/cg/fillem.c +++ b/mach/proto/cg/fillem.c @@ -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