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:
f98d0ab
)
(Charset_ID): New type.
author
tomo
<tomo>
Thu, 2 Sep 1999 08:49:00 +0000
(08:49 +0000)
committer
tomo
<tomo>
Thu, 2 Sep 1999 08:49:00 +0000
(08:49 +0000)
src/buffer.h
patch
|
blob
|
history
src/mule-charset.h
patch
|
blob
|
history
diff --git
a/src/buffer.h
b/src/buffer.h
index
81a3c1d
..
9ce5616
100644
(file)
--- a/
src/buffer.h
+++ b/
src/buffer.h
@@
-1375,6
+1375,8
@@
Bufbyte *convert_from_external_format (CONST Extbyte *ptr,
#ifndef MULE
+typedef int Charset_ID;
+
#define Vcharset_ascii Qnil
#define CHAR_CHARSET(ch) Vcharset_ascii
diff --git
a/src/mule-charset.h
b/src/mule-charset.h
index
d149930
..
1fab443
100644
(file)
--- a/
src/mule-charset.h
+++ b/
src/mule-charset.h
@@
-324,6
+324,8
@@
Boston, MA 02111-1307, USA. */
/* Definition of leading bytes */
/************************************************************************/
+typedef int Charset_ID;
+
#define MIN_LEADING_BYTE 0x80
/* These need special treatment in a string and/or character */
#define LEADING_BYTE_ASCII 0x8E /* Omitted in a buffer */