From: tomo Date: Wed, 5 Sep 2001 09:28:11 +0000 (+0000) Subject: (struct Lisp_Char_Table): Delete `mirror_table' in XEmacs UTF-2000. X-Git-Tag: r21-2-41-syntax-1~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b6af0ae9c45a35a4804ce11043c4c2fec11a8e8b;p=chise%2Fxemacs-chise.git- (struct Lisp_Char_Table): Delete `mirror_table' in XEmacs UTF-2000. --- 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;