Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site mit-vax.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!mit-vax!debe From: debe@mit-vax.UUCP (Stephen Humble) Newsgroups: net.lang.c Subject: Re: Help Message-ID: <725@mit-vax.UUCP> Date: Wed, 28-Aug-85 14:09:48 EDT Article-I.D.: mit-vax.725 Posted: Wed Aug 28 14:09:48 1985 Date-Received: Fri, 30-Aug-85 09:13:43 EDT References: <248@proper.UUCP> Reply-To: debe@mit-vax.UUCP (Stephen Humble) Organization: MIT, Cambridge, MA Lines: 15 Summary: hyphen in function name? Sender: [DO THE RIGHT THING] > "temp.c", line 8: warning: old-fashioned initialization: use = This has happened to me too, and it's usually because I put a hyphen in the function's name, so cc thinks I want to subtract one part of the name from the other part, or something equally absurd. Hyphens in declarators are a no_no. :-) cc is notorious for not telling you that an error has occurred until several lines after the actual error.