Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.lang.c Subject: Re: Func Protos with K&R Func Defs Message-ID: <15365@smoke.brl.mil> Date: 3 Mar 91 03:52:20 GMT References: <1991Feb28.021715.18153@athena.mit.edu> <15354@smoke.brl.mil> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 9 In article peter@ficc.ferranti.com (Peter da Silva) writes: >In article <15354@smoke.brl.mil> gwyn@smoke.brl.mil (Doug Gwyn) writes: >> This is not true. The types must be compatible, but subject to that >> constraint the use of "old-style definitions" is compatible with the >> use of prototypes. >Only if the prototype is in scope when it sees the definition. Wrong.