From 1eb736959a66c3920851971f4e511fdd10b4be8a 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. --- 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 eae2d579..afdd7c7d 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