about summary refs log tree commit diff stats
path: root/src/GridText.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GridText.c')
-rw-r--r--src/GridText.c2
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;