projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399ad59
)
Use `USE_CONCORD_OBJECT_SYSTEM' instead of `HAVE_LIBCHISE' to detect
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 7 Dec 2016 17:37:07 +0000
(
02:37
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 7 Dec 2016 17:37:07 +0000
(
02:37
+0900)
to use Concord Object System.
src/chartab.c
patch
|
blob
|
history
diff --git
a/src/chartab.c
b/src/chartab.c
index
de92ddc
..
7c1408a
100644
(file)
--- a/
src/chartab.c
+++ b/
src/chartab.c
@@
-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)
{