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:
b70be32
)
(LEADING_BYTE_UCS_JIS): Deleted.
author
tomo
<tomo>
Mon, 3 Mar 2003 15:48:18 +0000
(15:48 +0000)
committer
tomo
<tomo>
Mon, 3 Mar 2003 15:48:18 +0000
(15:48 +0000)
src/char-ucs.h
patch
|
blob
|
history
diff --git
a/src/char-ucs.h
b/src/char-ucs.h
index
6a7a7d0
..
db6ca48
100644
(file)
--- a/
src/char-ucs.h
+++ b/
src/char-ucs.h
@@
-84,9
+84,6
@@
typedef short Charset_ID;
/* ISO/IEC 10646 for CNS */
#define LEADING_BYTE_UCS_CNS (MIN_LEADING_BYTE + 7)
-/* ISO/IEC 10646 for JIS */
-#define LEADING_BYTE_UCS_JIS (MIN_LEADING_BYTE + 8)
-
/* Japanese JIS X0208 Common 2/4 2/{(8),9,10,11} 4/2 (B) */
#define LEADING_BYTE_JIS_X0208 (MIN_LEADING_BYTE + 11)