To avoid conflict while compiling with acc itself the word

size of the target machine is now defined as TEM_WSIZE.
This commit is contained in:
keie 1985-02-01 12:32:46 +00:00
parent 103659cd7b
commit 26999bb517

View 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;