diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-15 07:12:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-15 07:12:05 +0000 |
commit | 165e561cf5dd95e6252cd47c7483a4412681677f (patch) | |
tree | 67631a4d1e57d631186f64d49f683562cad4076a | |
parent | 643087c9ebc60382d667e273f7a6e93140a27a9a (diff) | |
download | coreutils-165e561cf5dd95e6252cd47c7483a4412681677f.tar.xz |
(generate_all_output): Likewise.
-rw-r--r-- | src/ptx.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1790,7 +1790,7 @@ output_one_dumb_line (void) static void generate_all_output (void) { - int occurs_index; /* index of keyword entry being processed */ + size_t occurs_index; /* index of keyword entry being processed */ OCCURS *occurs_cursor; /* current keyword entry being processed */ /* The following assignments are useful to provide default values in case |