From b8344c0e6169ee4d5951a1f18e557c319ae13e2f Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 19 May 1997 03:33:50 +0000 Subject: (struct iso2022_spec): Change the declaration of requested_designation from `char' to `int'. --- src/coding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding.h b/src/coding.h index 47777fddb94..f0b4033d107 100644 --- a/src/coding.h +++ b/src/coding.h @@ -149,7 +149,7 @@ struct iso2022_spec int initial_designation[4]; /* A graphic register to which each charset should be designated. */ - char requested_designation[MAX_CHARSET + 1]; + int requested_designation[MAX_CHARSET + 1]; /* Set to 1 temporarily only when graphic register 2 or 3 is invoked by single-shift while encoding. */ -- cgit v1.2.1