imp 22f901a57c 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
1999-04-25 22:37:58 +00:00
..
1996-08-11 18:08:53 +00:00
1998-12-07 05:33:39 +00:00
1994-05-27 12:33:43 +00:00
1999-04-25 22:37:58 +00:00