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:
1882294
)
(complex_vars_of_mule_charset): Don't use builtin range
author
tomo
<tomo>
Mon, 22 Oct 2001 03:55:56 +0000
(
03:55
+0000)
committer
tomo
<tomo>
Mon, 22 Oct 2001 03:55:56 +0000
(
03:55
+0000)
MIN_CHAR_BIG5_CDP .. MAX_CHAR_BIG5_CDP.
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
be5d4da
..
e8d4e2e
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-2842,8
+2842,8
@@
complex_vars_of_mule_charset (void)
build_string ("Big5 Chinese traditional"),
build_string ("big5"),
Qnil,
- /* 0 */ MIN_CHAR_BIG5_CDP,
- /* 0 */ MAX_CHAR_BIG5_CDP, 0, 0);
+ 0 /* MIN_CHAR_BIG5_CDP */,
+ 0 /* MAX_CHAR_BIG5_CDP */, 0, 0);
staticpro (&Vcharset_chinese_big5_cdp);
Vcharset_chinese_big5_cdp =
make_charset (LEADING_BYTE_CHINESE_BIG5_CDP, Qchinese_big5_cdp, 256, 2,