added definition of newplb()
authorsater <none@none>
Thu, 12 Jul 1984 11:02:44 +0000 (11:02 +0000)
committersater <none@none>
Thu, 12 Jul 1984 11:02:44 +0000 (11:02 +0000)
removed a tab from some string

mach/pdp/cg/mach.h

index ec06f42..621ea8e 100644 (file)
@@ -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);