(load_char_decoding_entry_maybe): Don't define it when
authortomo <tomo>
Tue, 12 Mar 2002 03:25:49 +0000 (03:25 +0000)
committertomo <tomo>
Tue, 12 Mar 2002 03:25:49 +0000 (03:25 +0000)
HAVE_CHISE_CLIENT is not defined.

src/mule-charset.c

index 6bdfb19..157e12b 100644 (file)
@@ -2169,6 +2169,7 @@ Save mapping-table of CHARSET.
 #endif
 }
 
+#ifdef HAVE_CHISE_CLIENT
 Emchar
 load_char_decoding_entry_maybe (Lisp_Object ccs, int code_point)
 {
@@ -2197,7 +2198,8 @@ load_char_decoding_entry_maybe (Lisp_Object ccs, int code_point)
     }
   return -1;
 }
-#endif
+#endif /* HAVE_CHISE_CLIENT */
+#endif /* UTF2000 */
 
 \f
 /************************************************************************/