From 165e561cf5dd95e6252cd47c7483a4412681677f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 15 Sep 2002 07:12:05 +0000 Subject: [PATCH] (generate_all_output): Likewise. --- src/ptx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptx.c b/src/ptx.c index cd2c705..06ab361 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -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 -- 2.7.4