From: sater Date: Tue, 23 Oct 1984 15:02:03 +0000 (+0000) Subject: changed EM_WSIZE to TEM_WSIZE X-Git-Tag: release-5-5~6045 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=62f42d18f7ca63a5b424f72d8e107aa37ea8cb95;p=ack.git changed EM_WSIZE to TEM_WSIZE --- diff --git a/mach/pdp/cg/mach.c b/mach/pdp/cg/mach.c index faf167b67..24602f09d 100644 --- a/mach/pdp/cg/mach.c +++ b/mach/pdp/cg/mach.c @@ -30,7 +30,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;