(struct Lisp_Char_Table): Delete `mirror_table' in XEmacs UTF-2000.
authortomo <tomo>
Wed, 5 Sep 2001 09:28:11 +0000 (09:28 +0000)
committertomo <tomo>
Wed, 5 Sep 2001 09:28:11 +0000 (09:28 +0000)
src/chartab.h

index 40a135f..444d41a 100644 (file)
@@ -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;