Date: Thu, 8 Feb 2001 08:38:17 -0800 (PST) From: Alexey Zelkin <phantom@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/gencat gencat.c gencat.h genlib.c Message-ID: <200102081638.f18GcHJ79474@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phantom 2001/02/08 08:38:17 PST
Modified files:
usr.bin/gencat gencat.c gencat.h genlib.c
Log:
Optimize gencat(1) sources in same manner as its libc part some time ago:
. remove SYSV compatibility bits
. sort #include's
. ifdef unused code
. cleanup BDECFLAGS warnings
. fixed few typos in diagnostics messages
. style(9) fixes
as part of this cleanup I have changed all K&R declarations to ANSI style.
Main reason for doing that was great mix of declarations used here - clean
ASNI , clean K&R, ifdef'ed (both).
Reviewed by: ache (mostly)
Revision Changes Path
1.6 +23 -57 src/usr.bin/gencat/gencat.c
1.3 +17 -37 src/usr.bin/gencat/gencat.h
1.10 +113 -207 src/usr.bin/gencat/genlib.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102081638.f18GcHJ79474>
