From: tomo Date: Tue, 7 Oct 2003 07:52:41 +0000 (+0000) Subject: (Freset_charset_mapping_table): Use HAVE_LIBCHISE instead of X-Git-Tag: r21-4-12-chise-0_21-pre7-for-libchise-b1-r0_2_0-pre7~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5e99bd18ba3de704e8448c4ef6c586ca50275d13;p=chise%2Fxemacs-chise.git.1 (Freset_charset_mapping_table): Use HAVE_LIBCHISE instead of HAVE_CHISE to specify using with libchise. --- diff --git a/src/mule-charset.c b/src/mule-charset.c index c6f4767..79ddc26 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -2277,7 +2277,7 @@ Reset mapping-table of CCS with database file. */ (ccs)) { -#ifdef HAVE_CHISE +#ifdef HAVE_LIBCHISE CHISE_CCS chise_ccs; #else Lisp_Object db_file; @@ -2285,7 +2285,7 @@ Reset mapping-table of CCS with database file. ccs = Fget_charset (ccs); -#ifdef HAVE_CHISE +#ifdef HAVE_LIBCHISE if ( open_chise_data_source_maybe () ) return -1; @@ -2300,7 +2300,7 @@ Reset mapping-table of CCS with database file. #endif if ( -#ifdef HAVE_CHISE +#ifdef HAVE_LIBCHISE chise_ccs_setup_db (chise_ccs, 0) == 0 #else !NILP (Ffile_exists_p (db_file))