Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!ucla-cs!zen!ucbvax!hi-multics.arpa!Erstad From: Erstad@hi-multics.arpa Newsgroups: comp.sys.apollo Subject: Re: Compiler Failure Message-ID: <870814203937.179262@HI-MULTICS.ARPA> Date: Fri, 14-Aug-87 16:39:00 EDT Article-I.D.: HI-MULTI.870814203937.179262 Posted: Fri Aug 14 16:39:00 1987 Date-Received: Sun, 16-Aug-87 04:12:56 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 6 We found the problem with the 'Supplied buffer too small error'. It turns out this is Athe compiler's way of saying the source line is too long. One wonders why they don't trap this and simply say source line too long? Or better, why there needs to be a limit at all? (Other than the DM limit of 256 - which would seem to be the natural limit to use).