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