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:
cdacae5
)
(MAX_CHAR_DAIKANWA): Changed to `(MIN_CHAR_MOJIKYO + 50100)'.
author
tomo
<tomo>
Fri, 16 Jun 2000 11:35:30 +0000
(11:35 +0000)
committer
tomo
<tomo>
Fri, 16 Jun 2000 11:35:30 +0000
(11:35 +0000)
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
7f40f29
..
cdbd577
100644
(file)
--- a/
src/char-ucs.h
+++ b/
src/char-ucs.h
@@
-430,7
+430,7
@@
CHARSET_BY_LEADING_BYTE (Charset_ID lb)
#define MIN_CHAR_MOJIKYO 0xE00000
#define MIN_CHAR_DAIKANWA MIN_CHAR_MOJIKYO
-#define MAX_CHAR_DAIKANWA 0xE0FFFF
+#define MAX_CHAR_DAIKANWA (MIN_CHAR_MOJIKYO + 50100) /* 0xE0FFFF */
/* #define MAX_CHAR_MOJIKYO 0xE9093F */
#define MAX_CHAR_MOJIKYO (MIN_CHAR_MOJIKYO + 94 * 60 * 22)