X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fchar-ucs.h;h=68017c25eb6d4128108366195a829aba7e6188d3;hb=0423e98b96d8f1829192be10429031076521654e;hp=23be4cceeccf3aecd3c0b071e0a76c67a48fc346;hpb=3467fc0b80f734ffa00f7f3c23f19f6897e5b3b5;p=chise%2Fxemacs-chise.git- diff --git a/src/char-ucs.h b/src/char-ucs.h index 23be4cc..68017c2 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -686,7 +686,7 @@ decoding_table_remove_char (Lisp_Object ccs, int code_point) decoding_table_put_char (ccs, code_point, Qunbound); } -#ifdef HAVE_DATABASE +#ifdef HAVE_CHISE_CLIENT Emchar load_char_decoding_entry_maybe (Lisp_Object ccs, int code_point); #endif