diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 14:35:47 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-08-07 14:35:47 -0400 |
commit | 29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd (patch) | |
tree | eb21837aa9b85afaaf8381d71600e1e6dfe78cb3 /src/GridText.c | |
parent | a93eca0b83e4d890c28d271eb3293f08666c613e (diff) | |
download | lynx-snapshots-29e32111a2573cf7ecc9cd1d09dbf7dedd15dfcd.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-47
Diffstat (limited to 'src/GridText.c')
-rw-r--r-- | src/GridText.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GridText.c b/src/GridText.c index e057c95f..0f764f49 100644 --- a/src/GridText.c +++ b/src/GridText.c @@ -199,8 +199,8 @@ struct _HText { char kanji_buf; /* Lead multibyte */ int in_sjis; /* SJIS flag */ -#ifdef EXP_CHARTRANS BOOL have_8bit_chars; /* Any non-ASCII chars? */ +#ifdef EXP_CHARTRANS LYUCcharset * UCI; /* node_anchor UCInfo */ int UCLYhndl; /* charset we are fed */ UCTransParams T; |