From 589d76e09d1fd066ba8e6fdc878f5daa0429e89c Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 9 Aug 2003 17:32:09 +0000 Subject: [PATCH] (struct Lisp_Char_Table): Delete `db' when `CHISE' is defined. --- src/chartab.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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]; -- 1.7.10.4