(struct Lisp_Char_Table): Delete `db' when `CHISE' is defined.
authortomo <tomo>
Sat, 9 Aug 2003 17:32:09 +0000 (17:32 +0000)
committertomo <tomo>
Sat, 9 Aug 2003 17:32:09 +0000 (17:32 +0000)
src/chartab.h

index 8fa102b..20c0bff 100644 (file)
@@ -1,7 +1,7 @@
 /* Declarations having to do with Mule char tables.
    Copyright (C) 1992 Free Software Foundation, Inc.
    Copyright (C) 1995 Sun Microsystems, Inc.
-   Copyright (C) 1999,2000,2001,2002 MORIOKA Tomohiko
+   Copyright (C) 1999,2000,2001,2002,2003 MORIOKA Tomohiko
 
 This file is part of XEmacs.
 
@@ -170,7 +170,9 @@ struct Lisp_Char_Table
   Lisp_Object table;
   Lisp_Object default_value;
   Lisp_Object name;
+#ifndef CHISE
   Lisp_Object db;
+#endif
   unsigned char unloaded;
 #else
   Lisp_Object ascii[NUM_ASCII_CHARS];