1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-26 07:55:01 +00:00
freebsd/usr.bin/gencat
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
..
gencat.1 Updated gencat(1) page from T. Lambert: 1998-11-18 04:30:53 +00:00
gencat.c More egcs warning fixes: 1999-04-25 22:37:58 +00:00
gencat.h
genlib.c
Makefile