added definition of newplb()
removed a tab from some string
This commit is contained in:
parent
4001b657db
commit
e3acc1a9ed
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue