From: sater Date: Thu, 12 Jul 1984 11:02:44 +0000 (+0000) Subject: added definition of newplb() X-Git-Tag: release-5-5~6218 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e3acc1a9eda2d728626af83c37935fa057f9a4a9;p=ack.git added definition of newplb() removed a tab from some string --- diff --git a/mach/pdp/cg/mach.h b/mach/pdp/cg/mach.h index ec06f42a2..621ea8e8c 100644 --- a/mach/pdp/cg/mach.h +++ b/mach/pdp/cg/mach.h @@ -1,8 +1,9 @@ /* $Header$ */ -#define ex_ap(y) fprintf(codefile,"\t.globl %s\n",y) +#define ex_ap(y) fprintf(codefile,".globl %s\n",y) #define in_ap(y) /* nothing */ +#define newplb(x) fprintf(codefile,"%s:\n",x) #define newilb(x) fprintf(codefile,"%s:\n",x) #define newdlb(x) fprintf(codefile,"%s:\n",x) #define newlbss(l,x) fprintf(codefile,"%s:.=.+0%o\n",l,x);