Fix cemcom.ansi for 64-bit hosts.
authorGeorge Koehler <xkernigh@netscape.net>
Fri, 7 Sep 2012 19:53:13 +0000 (15:53 -0400)
committerGeorge Koehler <xkernigh@netscape.net>
Fri, 7 Sep 2012 19:53:13 +0000 (15:53 -0400)
commit800d4ae032538885c213e89bc60e0ceed8dc1398
treeb9a665574270f913d7259e8b04b90811c5abc090
parent6ea172d0d91f2b6a0e8a8d552a63d97cbe1db536
Fix cemcom.ansi for 64-bit hosts.

Hosts with sizeof(arith) == sizeof(long) == 8 need to set full_mask[1]
through full_mask[8].  Because MAXSIZE == 8, we only had full_mask[0]
through full_mask[7].  This fix declares arith full_mask[MAXSIZE + 1]
and prevents a fatal error: "array full_mask too small for this machine"
lang/cem/cemcom.ansi/ch3mon.c
lang/cem/cemcom.ansi/ch7mon.c
lang/cem/cemcom.ansi/cstoper.c