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:
ab4f865
)
Include multibyte.h instead of character.h for `BYTE_ASCII_P'.
author
tomo
<tomo>
Sun, 5 Sep 1999 14:40:50 +0000
(14:40 +0000)
committer
tomo
<tomo>
Sun, 5 Sep 1999 14:40:50 +0000
(14:40 +0000)
Include character.h for `CHAR_ASCII_P'.
src/lstream.h
patch
|
blob
|
history
diff --git
a/src/lstream.h
b/src/lstream.h
index
b2f9ea4
..
b56fede
100644
(file)
--- a/
src/lstream.h
+++ b/
src/lstream.h
@@
-265,6
+265,10
@@
void Lstream_set_character_mode (Lstream *str);
#ifdef MULE
#ifndef BYTE_ASCII_P
+#include "multibyte.h"
+#endif
+
+#ifndef CHAR_ASCII_P
#include "character.h"
#endif