]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(iswspace, wc): Use to_uchar rather than a cast.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 23:38:10 +0000 (23:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 23:38:10 +0000 (23:38 +0000)
commit44956bb6b02214f2c31779217786deb85b4918ed
treef1f1e0034d94529a4625d3deef4cf5fd75a7e579
parenta1e3a341a6eaee3e20d855a2447cfe510229c6f0
(iswspace, wc): Use to_uchar rather than a cast.
(print_lines, print_words, print_chars, print_bytes, print_linelength,
have_read_stdin, wc, wc_file, main):
Use bool for booleans.
(exit_status): Remove.
(wc, wc_file): Return bool status.  All callers changed.
src/wc.c