comparison src/coding.h @ 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 f36ffb6f1208
children 9846609c4fd5
comparison
equal deleted inserted replaced
17878:2232640df372 17879:e7f0ba5c198c
147 147
148 /* A charset initially designated to each graphic register. */ 148 /* A charset initially designated to each graphic register. */
149 int initial_designation[4]; 149 int initial_designation[4];
150 150
151 /* A graphic register to which each charset should be designated. */ 151 /* A graphic register to which each charset should be designated. */
152 char requested_designation[MAX_CHARSET + 1]; 152 int requested_designation[MAX_CHARSET + 1];
153 153
154 /* Set to 1 temporarily only when graphic register 2 or 3 is invoked 154 /* Set to 1 temporarily only when graphic register 2 or 3 is invoked
155 by single-shift while encoding. */ 155 by single-shift while encoding. */
156 int single_shifting; 156 int single_shifting;
157 157