From: tomo Date: Sun, 5 Sep 1999 14:40:50 +0000 (+0000) Subject: Include multibyte.h instead of character.h for `BYTE_ASCII_P'. X-Git-Tag: r21-2-19-utf-2000-0_6-0~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92930bfcc2f77d056769b2cf8a917e2f8736446d;p=chise%2Fxemacs-chise.git Include multibyte.h instead of character.h for `BYTE_ASCII_P'. Include character.h for `CHAR_ASCII_P'. --- diff --git a/src/lstream.h b/src/lstream.h index b2f9ea4..b56fede 100644 --- 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