Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site proper.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!lll-crg!well!ptsfa!dual!proper!elric From: elric@proper.UUCP (elric) Newsgroups: net.lang.c Subject: Help Message-ID: <248@proper.UUCP> Date: Sat, 24-Aug-85 21:02:50 EDT Article-I.D.: proper.248 Posted: Sat Aug 24 21:02:50 1985 Date-Received: Tue, 27-Aug-85 01:44:03 EDT Reply-To: elric@proper.UUCP (Elric of Imrryr) Organization: Lunatic Laboratories Unltd. Lines: 13 When ever I attempt to compile the Fahrenheit-Celsius table program (on pg 8 of _The C Programming Language_) I get this error: "temp.c", line 8: warning: old-fashioned initialization: use = The line of code is: lower = 0; /* lower limit of temperature */ Could someone tell me what I'm doing wrong? Thanx Elric of Imrryr