From: keie Date: Fri, 1 Feb 1985 12:32:46 +0000 (+0000) Subject: To avoid conflict while compiling with acc itself the word X-Git-Tag: release-5-5~5682 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=26999bb517a7a2db21490f7d90d6c47e385be867;p=ack.git To avoid conflict while compiling with acc itself the word size of the target machine is now defined as TEM_WSIZE. --- diff --git a/mach/m68k2/cg/mach.c b/mach/m68k2/cg/mach.c index e1593d40d..2b539e4d2 100644 --- a/mach/m68k2/cg/mach.c +++ b/mach/m68k2/cg/mach.c @@ -27,7 +27,7 @@ con_part(sz,w) register sz; word w; { while (part_size % sz) part_size++; - if (part_size == EM_WSIZE) + if (part_size == TEM_WSIZE) part_flush(); if (sz == 1) { w &= 0xFF;