X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fchartab.c;h=7c1408ae227f3718f1b14b411614f0334e946b83;hb=3f711eea68ce5fd586297b43c8d9936cd2ba916f;hp=d0d053f1f0cf13fb67d22dda6fbec642e847abf6;hpb=85102f4a122c5fdcd7f3aaf95e37cda18a273c72;p=chise%2Fxemacs-chise.git.1 diff --git a/src/chartab.c b/src/chartab.c index d0d053f..7c1408ae 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -5,7 +5,7 @@ Copyright (C) 1995, 1997, 1999 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, - 2010, 2011, 2012, 2013 MORIOKA Tomohiko + 2010, 2011, 2012, 2013, 2015, 2016 MORIOKA Tomohiko This file is part of XEmacs. @@ -3938,7 +3938,7 @@ char_table_get_db (Lisp_Char_Table* cit, Emchar ch) return val; } -#ifdef HAVE_LIBCHISE +#ifdef USE_CONCORD_OBJECT_SYSTEM COS_object char_table_get_db_cos (Lisp_Char_Table* cit, Emchar ch) { @@ -4219,7 +4219,7 @@ load_char_attribute_maybe (Lisp_Char_Table* cit, Emchar ch) return Qunbound; } -#ifdef HAVE_LIBCHISE +#ifdef USE_CONCORD_OBJECT_SYSTEM COS_object load_char_attribute_maybe_cos (Lisp_Char_Table* cit, Emchar ch) {