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:
a3acfca
)
(charset_code_point): Use `USE_CONCORD_OBJECT_SYSTEM' instead of
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 21 Nov 2016 04:29:09 +0000
(13:29 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 21 Nov 2016 04:29:09 +0000
(13:29 +0900)
`HAVE_LIBCHISE' to detect to use Concord Object System.
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
614adff
..
1f8a84e
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1149,7
+1149,7
@@
charset_code_point (Lisp_Object charset, Emchar ch, int accepted_mode)
Lisp_Object encoding_table = XCHARSET_ENCODING_TABLE (charset);
if ( CHAR_TABLEP (encoding_table)
-#ifdef HAVE_LIBCHISE
+#ifdef USE_CONCORD_OBJECT_SYSTEM
&& !UNBOUNDP (ret = get_char_id_table_ce (XCHAR_TABLE
(encoding_table),
ch))