From c855ee716fa74705f6280a8bc107ba678cbf9309 Mon Sep 17 00:00:00 2001 From: em Date: Tue, 26 Feb 1985 15:05:20 +0000 Subject: [PATCH] Added some xtra output for Henk Schouten's debugger. --HG-- branch : unlabeled-2.4.1 --- mach/pdp/cg/mach.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/pdp/cg/mach.h b/mach/pdp/cg/mach.h index eae2d5790..afdd7c7de 100644 --- a/mach/pdp/cg/mach.h +++ b/mach/pdp/cg/mach.h @@ -15,7 +15,7 @@ #endif #define in_ap(y) /* nothing */ -#define newplb(x) fprintf(codefile,"%s:\n",x) +#define newplb(x) doplb(x) #define newilb(x) fprintf(codefile,"%s:\n",x) #define newdlb(x) fprintf(codefile,"%s:\n",x) #ifdef ACK_ASS -- 2.34.1