Xref: utzoo comp.lang.c:31721 comp.std.c:3568 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!att!dptg!ulysses!andante!alice!andrew From: andrew@alice.UUCP (Andrew Hume) Newsgroups: comp.lang.c,comp.std.c Subject: Re: ansi weirdness Summary: further correction Message-ID: <11314@alice.UUCP> Date: 10 Sep 90 02:19:32 GMT References: <11305@alice.UUCP> <11312@alice.UUCP> Organization: AT&T Bell Laboratories, Murray Hill NJ Lines: 14 just in case i miscommunicated, when i said sloppy ansi c compilers (gcc), i referred to its default behaviour. otherwise, its warning messages seem exemplary: xx.c:1: warning: `struct x' declared inside parameter list xx.c:1: warning: its scope is only this definition or declaration, xx.c:1: warning: which is probably not what you want. xx.c:2: warning: `struct x' declared inside parameter list xx.c:3: warning: `fp' initialized and declared `extern' xx.c:3: warning: initialization between incompatible pointer types sorry for any unintended denigration of GNU's gcc.