CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/27 07:15:31
Modified files:
usr.bin/compress: compress.h main.c
Log message:
an enum specifier is more elegant than a set of #defines;
storing the program mode variable (pmode) as a global let us have
a more consistent prototype for usage().
changes suggested by [EMAIL PROTECTED]
ok pyr@
