Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!sri-unix!rutgers!labrea!aurora!ames!sdcsvax!jww From: jww@sdcsvax.UCSD.EDU (Joel West) Newsgroups: comp.sys.mac Subject: Re: Mac C Compilers, Benchmarks, Stupidity Message-ID: <3688@sdcsvax.UCSD.EDU> Date: Thu, 20-Aug-87 09:41:22 EDT Article-I.D.: sdcsvax.3688 Posted: Thu Aug 20 09:41:22 1987 Date-Received: Sat, 22-Aug-87 10:08:22 EDT References: <3560@cit-vax.Caltech.Edu> <3676@sdcsvax.UCSD.EDU> <1179@geac.UUCP> Organization: Palomar Software, Inc., Vista, CA Lines: 5 I would note that most Pascal compilers can assume that arrays are < 32 Kb long, or can at least tell short arrays from long arrays. Because of the nature of C, any reasonable compiler must assume that any array can be any length, including longer than 32 Kb.