aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorKenichi Handa1997-05-19 03:33:50 +0000
committerKenichi Handa1997-05-19 03:33:50 +0000
commitb8344c0e6169ee4d5951a1f18e557c319ae13e2f (patch)
tree8cd9a4c260ad26f198e891907e29ef5519cb2f83 /src/coding.h
parentfb5e77f716b235979709d7babccb94f458b04a84 (diff)
downloademacs-b8344c0e6169ee4d5951a1f18e557c319ae13e2f.tar.gz
emacs-b8344c0e6169ee4d5951a1f18e557c319ae13e2f.zip
(struct iso2022_spec): Change the declaration of
requested_designation from `char' to `int'.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
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
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. */