From 26999bb517a7a2db21490f7d90d6c47e385be867 Mon Sep 17 00:00:00 2001 From: keie Date: Fri, 1 Feb 1985 12:32:46 +0000 Subject: [PATCH] To avoid conflict while compiling with acc itself the word size of the target machine is now defined as TEM_WSIZE. --- mach/m68k2/cg/mach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1