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:
c12e456
)
(CHAR_ASCII_P): Moved to char-ucs.h.
author
tomo
<tomo>
Thu, 2 Sep 1999 21:52:22 +0000
(21:52 +0000)
committer
tomo
<tomo>
Thu, 2 Sep 1999 21:52:22 +0000
(21:52 +0000)
src/mb-utf-8.h
patch
|
blob
|
history
diff --git
a/src/mb-utf-8.h
b/src/mb-utf-8.h
index
2524e49
..
73d8454
100644
(file)
--- a/
src/mb-utf-8.h
+++ b/
src/mb-utf-8.h
@@
-46,6
+46,4
@@
BUFBYTE_FIRST_BYTE_P(Bufbyte c)
#define CHAR_MULTIBYTE_P(c) ((c) >= 0x80)
-#define CHAR_ASCII_P(c) (!CHAR_MULTIBYTE_P (c))
-
#endif /* _XEMACS_MB_UTF_8_H */