1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-14 07:46:28 +02:00

Declare DELIM to be `int' rather than unsigned char.

This commit is contained in:
Jim Meyering
1994-11-16 13:09:13 +00:00
parent b4a1e5cb83
commit c85cac33ab

View File

@@ -164,7 +164,7 @@ static enum operating_mode operating_mode;
static int suppress_non_delimited;
/* The delimeter character for field mode. */
static unsigned char delim;
static int delim;
/* Nonzero if we have ever read standard input. */
static int have_read_stdin;