aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/character.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/character.c b/src/character.c
index 880b86e48a8..fb1c76cbaee 100644
--- a/src/character.c
+++ b/src/character.c
@@ -73,9 +73,8 @@ Lisp_Object Vchar_width_table;
73 property of corresponding character. */ 73 property of corresponding character. */
74Lisp_Object Vchar_direction_table; 74Lisp_Object Vchar_direction_table;
75 75
76/* Variables used locally in the macro FETCH_MULTIBYTE_CHAR. */ 76/* Variable used locally in the macro FETCH_MULTIBYTE_CHAR. */
77unsigned char *_fetch_multibyte_char_p; 77unsigned char *_fetch_multibyte_char_p;
78int _fetch_multibyte_char_len;
79 78
80/* Char table of scripts. */ 79/* Char table of scripts. */
81Lisp_Object Vchar_script_table; 80Lisp_Object Vchar_script_table;