K 10 svn:author V 3 imp K 8 svn:date V 27 1999-04-25T22:37:58.000000Z K 7 svn:log V 229 More egcs warning fixes: o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr END