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:
cf11a86
)
(charset_lookup_description_1): Use `NUM_LEADING_BYTES' in UTF-2000.
author
tomo
<tomo>
Thu, 19 Dec 2002 20:48:39 +0000
(20:48 +0000)
committer
tomo
<tomo>
Thu, 19 Dec 2002 20:48:39 +0000
(20:48 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
8ddcf91
..
38d42dc
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-130,7
+130,7
@@
struct charset_lookup *chlook;
static const struct lrecord_description charset_lookup_description_1[] = {
{ XD_LISP_OBJECT_ARRAY, offsetof (struct charset_lookup, charset_by_leading_byte),
#ifdef UTF2000
- 128+4*128
+ NUM_LEADING_BYTES+4*128
#else
128+4*128*2
#endif