From 1d0f716a4ef8a8355170b52c4180f6f165e14061 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 10 Oct 1986 15:09:34 +0000 Subject: [PATCH] Oops, forgot to remove the id_first definition. --- mach/m68k2/cg/mach.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mach/m68k2/cg/mach.h b/mach/m68k2/cg/mach.h index 671e1a58a..d2db72fff 100644 --- a/mach/m68k2/cg/mach.h +++ b/mach/m68k2/cg/mach.h @@ -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 -- 2.34.1