changeset 17879:e7f0ba5c198c

(struct iso2022_spec): Change the declaration of requested_designation from `char' to `int'.
author Kenichi Handa <handa@m17n.org>
date Mon, 19 May 1997 03:33:50 +0000
parents 2232640df372
children 06f58d8a59ba
files src/coding.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */