Searched hist:72164 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/gencat/
H A Dgencat.cdiff 72164 Thu Feb 08 14:38:16 MST 2001 phantom 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)

Completed in 59 milliseconds