From 4558cb883696d6fbcd799965db651bb15d7e177c Mon Sep 17 00:00:00 2001 From: sater Date: Thu, 12 Jul 1984 09:26:24 +0000 Subject: [PATCH] Replaced call to newilb after pro pseudo to call to newplb, including retrofit for existing mach.h files --- mach/proto/cg/fillem.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1