From: tomo Date: Tue, 7 Oct 2003 07:50:52 +0000 (+0000) Subject: Don't use HAVE_CHISE_CLIENT. X-Git-Tag: r21-4-12-chise-0_21-pre7-for-libchise-b1-r0_2_0-pre7~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5c4f19c88036e55390b0e8c310c21acecc98205d;p=chise%2Fxemacs-chise.git- Don't use HAVE_CHISE_CLIENT. --- diff --git a/src/chartab.h b/src/chartab.h index 021ceb5..4a49b0c 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -31,12 +31,12 @@ Boston, MA 02111-1307, USA. */ #ifdef UTF2000 -#ifdef HAVE_LIBCHISE -#include -#endif - -#ifdef HAVE_CHISE_CLIENT -#include "database.h" +#ifdef HAVE_CHISE +# ifdef HAVE_LIBCHISE +# include +# else /* HAVE_LIBCHISE */ +# include "database.h" +# endif /* not HAVE_LIBCHISE */ #endif EXFUN (Fmake_char, 3); @@ -363,13 +363,13 @@ put_char_id_table_0 (Lisp_Char_Table* cit, Emchar code, Lisp_Object value) #ifdef HAVE_CHISE Lisp_Object load_char_attribute_maybe (Lisp_Char_Table* cit, Emchar ch); -#ifdef HAVE_CHISE_CLIENT +#ifndef HAVE_LIBCHISE extern Lisp_Object Qsystem_char_id; Lisp_Object char_attribute_system_db_file (Lisp_Object key_type, Lisp_Object attribute, int writing_mode); -#endif /* HAVE_CHISE_CLIENT */ +#endif /* not HAVE_LIBCHISE */ #endif /* HAVE_CHISE */ INLINE_HEADER Lisp_Object