Path: utzoo!utgpu!attcan!uunet!husc6!uwvax!tank!nic.MR.NET!xanth!mcnc!rti!sas!toebes From: toebes@sas.UUCP (John Toebes) Newsgroups: comp.sys.amiga Subject: Re: is lattice REALLY ansi-compatible? Message-ID: <686@sas.UUCP> Date: 7 Nov 88 13:26:51 GMT References: Reply-To: toebes@sas.UUCP (John Toebes) Organization: SAS Institute Inc, Cary NC Lines: 19 In article bader+@andrew.cmu.edu (Miles Bader) writes: >I was under the impression that the following program: > int foo(int bar) > { > return bar; > } >was a valid ansi-c program. HC (an ansi-compatible compiler) accepts >it, lattice c 4.1 doesn't. Lattice C V4.1 does not conform to the standard that has been voted out. With the V5.0 compiler, we have moved toward this standard. Note that 4.x does not support sequence points, stringizing, adjacent string concatenation, or the signed keyword. These and many other issues have been addressed by the addition of the ANSI features to the 5.0 product. /*---------------------All standard Disclaimers apply---------------------*/ /*----Working for but not officially representing SAS or Lattice Inc.-----*/ /*----John A. Toebes, VIII usenet:...!mcnc!rti!sas!toebes-----*/ /*------------------------------------------------------------------------*/