To avoid conflict while compiling with acc itself the word
authorkeie <none@none>
Fri, 1 Feb 1985 12:32:46 +0000 (12:32 +0000)
committerkeie <none@none>
Fri, 1 Feb 1985 12:32:46 +0000 (12:32 +0000)
size of the target machine is now defined as TEM_WSIZE.

mach/m68k2/cg/mach.c

index e1593d4..2b539e4 100644 (file)
@@ -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;