(struct Lisp_Char_Table): Delete member `feature_table' if CHISE is
authortomo <tomo>
Fri, 3 Oct 2003 15:37:16 +0000 (15:37 +0000)
committertomo <tomo>
Fri, 3 Oct 2003 15:37:16 +0000 (15:37 +0000)
defined.

src/chartab.h

index f9dcc6d..bc97987 100644 (file)
@@ -179,9 +179,7 @@ struct Lisp_Char_Table
   Lisp_Object table;
   Lisp_Object default_value;
   Lisp_Object name;
-#ifdef CHISE
-  CHISE_Feature_Table *feature_table;
-#else
+#ifndef CHISE
   Lisp_Object db;
 #endif
   unsigned char unloaded;