From: ceriel Date: Thu, 2 Apr 1987 10:07:10 +0000 (+0000) Subject: "word" now is always a long X-Git-Tag: release-5-5~4246 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5889533297b9c1e853223ef03aec58ce211512ec;p=ack.git "word" now is always a long --- diff --git a/mach/i86/cg/mach.h b/mach/i86/cg/mach.h index 7be63b7ec..48e8b2743 100644 --- a/mach/i86/cg/mach.h +++ b/mach/i86/cg/mach.h @@ -22,9 +22,9 @@ #define loc_off "%d(bp)" #define arg_off "4+%d(bp)" -#define hol_off "%d+hol%d" +#define hol_off "%ld+hol%d" -#define con_cst(x) fprintf(codefile,".data2\t%d\n",x) +#define con_cst(x) fprintf(codefile,".data2\t%ld\n",x) #define con_ilb(x) fprintf(codefile,".data2\t%s\n",x) #define con_dlb(x) fprintf(codefile,".data2\t%s\n",x)