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:
3965358
)
(load_char_decoding_entry_maybe): Don't define it when
author
tomo
<tomo>
Tue, 12 Mar 2002 03:25:49 +0000
(
03:25
+0000)
committer
tomo
<tomo>
Tue, 12 Mar 2002 03:25:49 +0000
(
03:25
+0000)
HAVE_CHISE_CLIENT is not defined.
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
6bdfb19
..
157e12b
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-2169,6
+2169,7
@@
Save mapping-table of CHARSET.
#endif
}
+#ifdef HAVE_CHISE_CLIENT
Emchar
load_char_decoding_entry_maybe (Lisp_Object ccs, int code_point)
{
@@
-2197,7
+2198,8
@@
load_char_decoding_entry_maybe (Lisp_Object ccs, int code_point)
}
return -1;
}
-#endif
+#endif /* HAVE_CHISE_CLIENT */
+#endif /* UTF2000 */
\f
/************************************************************************/