freebsd-dev/usr.bin/colcrt
Warner Losh 96846ff646 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
..
colcrt.1 Sort cross references. 1997-01-15 23:25:55 +00:00
colcrt.c More egcs warning fixes: 1999-04-25 22:37:58 +00:00
Makefile Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00