From: ceriel Date: Fri, 10 Oct 1986 15:21:35 +0000 (+0000) Subject: Apparently, ex_ap disappeared. Put it in again. X-Git-Tag: release-5-5~5203 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=36ef5b504b729932fa2bb1e9cf3cb8c18a33c799;p=ack.git Apparently, ex_ap disappeared. Put it in again. --- diff --git a/mach/m68k2/cg/mach.h b/mach/m68k2/cg/mach.h index d2db72fff..8a385ffb8 100644 --- a/mach/m68k2/cg/mach.h +++ b/mach/m68k2/cg/mach.h @@ -1,3 +1,4 @@ +#define ex_ap(y) fprintf(codefile,".extern %s\n", y) #define in_ap(y) /* nothing */ #define newilb(x) fprintf(codefile,"%s:\n",x)