From: tomo Date: Sat, 9 Aug 2003 17:32:09 +0000 (+0000) Subject: (struct Lisp_Char_Table): Delete `db' when `CHISE' is defined. X-Git-Tag: r21-4-12-libchise-0_21-pre3~10 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=589d76e09d1fd066ba8e6fdc878f5daa0429e89c;p=chise%2Fxemacs-chise.git.1 (struct Lisp_Char_Table): Delete `db' when `CHISE' is defined. --- diff --git a/src/chartab.h b/src/chartab.h index 8fa102b..20c0bff 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -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];