(Freset_charset_mapping_table): Use HAVE_LIBCHISE instead of
authortomo <tomo>
Tue, 7 Oct 2003 07:52:41 +0000 (07:52 +0000)
committertomo <tomo>
Tue, 7 Oct 2003 07:52:41 +0000 (07:52 +0000)
HAVE_CHISE to specify using with libchise.

src/mule-charset.c

index c6f4767..79ddc26 100644 (file)
@@ -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))