From b6af0ae9c45a35a4804ce11043c4c2fec11a8e8b Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 5 Sep 2001 09:28:11 +0000 Subject: [PATCH] (struct Lisp_Char_Table): Delete `mirror_table' in XEmacs UTF-2000. --- src/chartab.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/chartab.h b/src/chartab.h index 40a135f..444d41a 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -191,8 +191,10 @@ struct Lisp_Char_Table enum char_table_type type; +#ifndef UTF2000 /* stuff used for syntax tables */ Lisp_Object mirror_table; +#endif Lisp_Object next_table; /* DO NOT mark through this. */ }; typedef struct Lisp_Char_Table Lisp_Char_Table; -- 1.7.10.4