K 10 svn:author V 7 phantom K 8 svn:date V 27 2001-02-08T16:38:16.000000Z K 7 svn:log V 448 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) END