Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.std.c Subject: Re: (requires ?) Message-ID: <10015@smoke.BRL.MIL> Date: 9 Apr 89 13:59:41 GMT References: <10447@bloom-beacon.MIT.EDU> <10014@smoke.BRL.MIL> Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <10014@smoke.BRL.MIL>, gwyn@smoke.BRL.MIL (Doug Gwyn ) writes: - In article <10447@bloom-beacon.MIT.EDU> scs@adam.pika.mit.edu (Steve Summit) writes: - - warning(fmt) - - char *fmt; - So is your lack of ,... after fmt in the function header [a bug]. Oops, the whole header is wrong, since it uses an "old style" declaration. is supposed to be used only with ,... prototype style functions.