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:
376d38e
)
(CHAR_TABLE_NON_ASCII_VALUE_UNSAFE): Use `Charset_ID' instead of
author
tomo
<tomo>
Thu, 2 Sep 1999 13:43:48 +0000
(13:43 +0000)
committer
tomo
<tomo>
Thu, 2 Sep 1999 13:43:48 +0000
(13:43 +0000)
`int'.
src/chartab.h
patch
|
blob
|
history
diff --git
a/src/chartab.h
b/src/chartab.h
index
e963003
..
5191099
100644
(file)
--- a/
src/chartab.h
+++ b/
src/chartab.h
@@
-141,7
+141,7
@@
CHAR_TABLE_NON_ASCII_VALUE_UNSAFE (struct Lisp_Char_Table *ct, Emchar ch);
INLINE Lisp_Object
CHAR_TABLE_NON_ASCII_VALUE_UNSAFE (struct Lisp_Char_Table *ct, Emchar ch)
{
- int lb = CHAR_LEADING_BYTE (ch);
+ Charset_ID lb = CHAR_LEADING_BYTE (ch);
if (!CHAR_TABLE_ENTRYP ((ct)->level1[lb - MIN_LEADING_BYTE]))
return (ct)->level1[lb - MIN_LEADING_BYTE];
else