projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d76f63
)
(Fconcord_genre_ds): Add "#ifdef HAVE_LIBCHISE"..."#endif" for code to
author
tomo
<tomo>
Fri, 7 Jan 2011 05:45:29 +0000
(
05:45
+0000)
committer
tomo
<tomo>
Fri, 7 Jan 2011 05:45:29 +0000
(
05:45
+0000)
refer Vchise_system_db_directory.
src/concord.c
patch
|
blob
|
history
diff --git
a/src/concord.c
b/src/concord.c
index
7ecc153
..
7b1b9cc
100644
(file)
--- a/
src/concord.c
+++ b/
src/concord.c
@@
-249,8
+249,10
@@
Return concord-ds of GENRE.
CHECK_SYMBOL (genre);
retval = Fgethash (genre, Vconcord_genre_hash_table, Qunbound);
+#ifdef HAVE_LIBCHISE
if ( UNBOUNDP (retval) )
retval = Vchise_system_db_directory;
+#endif
if ( STRINGP (retval) )
{
retval = Fconcord_open_ds (retval, Qnil, Qnil, Qnil);