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:
c788e8b
)
(struct charset_lookup): Use `NUM_LEADING_BYTES' for
author
tomo
<tomo>
Wed, 7 Jun 2000 10:28:01 +0000
(10:28 +0000)
committer
tomo
<tomo>
Wed, 7 Jun 2000 10:28:01 +0000
(10:28 +0000)
`charset_by_leading_byte'.
src/mule-charset.h
patch
|
blob
|
history
diff --git
a/src/mule-charset.h
b/src/mule-charset.h
index
774a87f
..
061fcfb
100644
(file)
--- a/
src/mule-charset.h
+++ b/
src/mule-charset.h
@@
-553,7
+553,7
@@
DECLARE_LRECORD (charset, Lisp_Charset);
struct charset_lookup {
/* Table of charsets indexed by leading byte. */
- Lisp_Object charset_by_leading_byte[128];
+ Lisp_Object charset_by_leading_byte[NUM_LEADING_BYTES];
/* Table of charsets indexed by type/final-byte/direction. */
Lisp_Object charset_by_attributes[4][128][2];