Oops, forgot to remove the id_first definition.

This commit is contained in:
ceriel 1986-10-10 15:09:34 +00:00
parent a43d257715
commit 1d0f716a4e

View file

@ -1,4 +1,3 @@
#define ex_ap(y) fprintf(codefile,".extern %s\n",y)
#define in_ap(y) /* nothing */
#define newilb(x) fprintf(codefile,"%s:\n",x)
@ -25,6 +24,5 @@
#define modhead ".sect .text;.sect .rom;.sect .data;.sect .bss\n"
#define id_first '_'
#define BSS_INIT 0