From: tomo Date: Mon, 6 Oct 2003 02:43:20 +0000 (+0000) Subject: Use HAVE_LIBCHISE instead of CHISE. X-Git-Tag: r21-4-12-chise-0_21-pre7-for-libchise-b1-r0_2_0-pre7~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3ef3fe6e89e41b0efd70f54c2aea5a3c18b19004;p=chise%2Fxemacs-chise.git- Use HAVE_LIBCHISE instead of CHISE. --- diff --git a/src/chartab.h b/src/chartab.h index bc97987..ac9ab50 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ #ifdef UTF2000 -#ifdef CHISE +#ifdef HAVE_LIBCHISE #include #endif @@ -48,7 +48,7 @@ EXFUN (Ffind_char, 1); extern Lisp_Object Qdowncase, Qflippedcase, Q_lowercase, Q_uppercase; -#ifdef CHISE +#ifdef HAVE_LIBCHISE extern CHISE_DS *default_chise_data_source; int open_chise_data_source_maybe (void); @@ -179,7 +179,7 @@ struct Lisp_Char_Table Lisp_Object table; Lisp_Object default_value; Lisp_Object name; -#ifndef CHISE +#ifndef HAVE_LIBCHISE Lisp_Object db; #endif unsigned char unloaded;