# HG changeset patch # User Kenichi Handa # Date 864012830 0 # Node ID e7f0ba5c198cc19f988c0c32e9c7ae4597cbe946 # Parent 2232640df372635c7b6b61fe89640cd012385aa6 (struct iso2022_spec): Change the declaration of requested_designation from `char' to `int'. diff -r 2232640df372 -r e7f0ba5c198c src/coding.h --- a/src/coding.h Mon May 19 03:33:50 1997 +0000 +++ b/src/coding.h Mon May 19 03:33:50 1997 +0000 @@ -149,7 +149,7 @@ 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. */