Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!ginosko!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.terminals Subject: Re: Info about AT&T 630 MTG Message-ID: <11288@smoke.BRL.MIL> Date: 14 Oct 89 05:34:01 GMT References: <1360@ultb.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 13 In article <1360@ultb.UUCP> msl5864@ultb.UUCP (M.S. Leibow) writes: >"mc68ccom" is working on the file, it spits out the error, >"Dimension Table Overflow." Actually, I bet, "dimension table overflow". This occurs when the compiler has encountered more than about 200 aggregates and arrays in the source file. The limit is compiled in and can be raised only by rebuilding mc68ccom after editing $DMD/src/ccs/sgs/pcc2/common/manifest.h (increase DIMTABSZ from its usual value of 800). The dimension/size table increases but never decreases, so if the program is big enough it eventually runs into its limit. It may be more convenient for you to break the application into multiple, smaller files.