Fix cemcom.ansi for 64-bit hosts.
authorGeorge Koehler <xkernigh@netscape.net>
Fri, 7 Sep 2012 19:53:13 +0000 (15:53 -0400)
committerNick Downing <nick@ndcode.org>
Wed, 17 Apr 2019 14:20:38 +0000 (00:20 +1000)
commit2984fcb5ccf8a61f8e33b1d175eb11d81a795dd1
tree18a3e8f3201c8459c1c1d46bfb9d33c87c3cb3a4
parenta9f13e3e67a7a58b2af7019580843e6613a2bdaa
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