From: tomo Date: Fri, 3 Oct 2003 15:37:16 +0000 (+0000) Subject: (struct Lisp_Char_Table): Delete member `feature_table' if CHISE is X-Git-Tag: r21-4-12-chise-0_21-pre7-for-libchise-b1-r0_2_0-pre7~24 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d9a02b23338dc842597c4e456b2d9184530a5cfa;p=chise%2Fxemacs-chise.git.1 (struct Lisp_Char_Table): Delete member `feature_table' if CHISE is defined. --- diff --git a/src/chartab.h b/src/chartab.h index f9dcc6d..bc97987 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -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;