From 5e99bd18ba3de704e8448c4ef6c586ca50275d13 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 7 Oct 2003 07:52:41 +0000 Subject: [PATCH] (Freset_charset_mapping_table): Use HAVE_LIBCHISE instead of HAVE_CHISE to specify using with libchise. --- src/mule-charset.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)) -- 1.7.10.4