From: em Date: Tue, 26 Feb 1985 15:05:20 +0000 (+0000) Subject: Added some xtra output for Henk Schouten's debugger. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c855ee716fa74705f6280a8bc107ba678cbf9309;p=ack.git Added some xtra output for Henk Schouten's debugger. --HG-- branch : unlabeled-2.4.1 --- 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