From ccfa0db0ded7a1cbf01689c10e68895b8ef1fcca Mon Sep 17 00:00:00 2001 From: em Date: Mon, 21 Jan 1985 12:09:44 +0000 Subject: [PATCH] Removed #define IDFIRST because fmt_id() replaces it. --- mach/vax4/cg/mach.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mach/vax4/cg/mach.h b/mach/vax4/cg/mach.h index 20bdcaf6b..663b67c95 100644 --- a/mach/vax4/cg/mach.h +++ b/mach/vax4/cg/mach.h @@ -22,5 +22,4 @@ #define con_ilb(x) fprintf(codefile,".long\t%s\n",x) #define con_dlb(x) fprintf(codefile,".long\t%s\n",x) -#define id_first '_' #define BSS_INIT 0 -- 2.34.1