Path: utzoo!attcan!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!rutgers!njin!princeton!udel!rochester!pt.cs.cmu.edu!andrew.cmu.edu!bader+ From: bader+@andrew.cmu.edu (Miles Bader) Newsgroups: comp.sys.amiga Subject: is lattice REALLY ansi-compatible? Message-ID: Date: 6 Nov 88 06:15:49 GMT Organization: Carnegie Mellon Lines: 15 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. The beginning of section 4 in the lattice manual says that it complies with the ansi-c standard. So does anyone know whether the above isn't really a valid ansi-c program or is this a known bug in lattice? Thanks, -Miles