Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/3/84; site teddy.UUCP Path: utzoo!linus!decvax!genrad!panda!teddy!jpn From: jpn@teddy.UUCP Newsgroups: net.micro.amiga Subject: Re: rotten lattice Message-ID: <1788@teddy.UUCP> Date: Mon, 9-Dec-85 16:24:37 EST Article-I.D.: teddy.1788 Posted: Mon Dec 9 16:24:37 1985 Date-Received: Wed, 11-Dec-85 20:41:10 EST References: <327@well.UUCP> Reply-To: jpn@teddy.UUCP (John P. Nelson) Organization: GenRad, Inc., Concord, Mass. Lines: 15 Keywords: I don't remember entry being a keyword >The following would compile with C compilers since version six: > >zero_out(entry) >int *entry; >{ > *entry = 0; >} > >but not under lattice. "entry" has been an official "reserved word" since day 1 of the C language. Look in K&R page 180 where it says "The ENTRY keyword is not currently implemented by any compiler but is reserved for future use". The new C standard (standard? What standard?) removes this as a keyword.