Use "character.h" instead of "mule-charset.h" if CHAR_IS_UCS4 is
authortomo <tomo>
Thu, 17 Jun 1999 10:45:54 +0000 (10:45 +0000)
committertomo <tomo>
Thu, 17 Jun 1999 10:45:54 +0000 (10:45 +0000)
defined.

src/buffer.h
src/lstream.h
src/mule-ccl.c
src/mule-wnnfns.c
src/objects-msw.c
src/objects-tty.c
src/redisplay-msw.c

index 623c1cc..9af8fac 100644 (file)
@@ -32,9 +32,13 @@ Boston, MA 02111-1307, USA.  */
 #ifndef _XEMACS_BUFFER_H_
 #define _XEMACS_BUFFER_H_
 
+#ifdef CHAR_IS_UCS4
+#include "character.h"
+#else
 #ifdef MULE
 #include "mule-charset.h"
 #endif
+#endif
 
 /************************************************************************/
 /*                                                                      */
index e67bf4d..0505b9a 100644 (file)
@@ -265,8 +265,12 @@ void Lstream_set_character_mode (Lstream *str);
 #ifdef MULE
 
 #ifndef BYTE_ASCII_P
+#ifdef CHAR_IS_UCS4
+#include "character.h"
+#else
 #include "mule-charset.h"
 #endif
+#endif
 
 INLINE Emchar Lstream_get_emchar (Lstream *stream);
 INLINE Emchar
index ab4cd67..e7b62af 100644 (file)
@@ -26,7 +26,11 @@ Boston, MA 02111-1307, USA.  */
 #include <config.h>
 #include "lisp.h"
 #include "buffer.h"
+#ifdef CHAR_IS_UCS4
+#include "character.h"
+#else
 #include "mule-charset.h"
+#endif
 #include "mule-ccl.h"
 #include "file-coding.h"
 
index 1569365..6fc8662 100644 (file)
@@ -271,7 +271,11 @@ Boston, MA 02111-1307, USA.  */
 #include "sysdep.h"
 
 #include "wnn/commonhd.h"
+#ifdef CHAR_IS_UCS4
+#include "character.h"
+#else
 #include "mule-charset.h"
+#endif
 #include "wnn/jllib.h"
 #include "wnn/cplib.h"
 
index 15abb2c..abe2a0e 100644 (file)
@@ -41,9 +41,13 @@ Boston, MA 02111-1307, USA.  */
 #include "console-msw.h"
 #include "objects-msw.h"
 
+#ifdef CHAR_IS_UCS4
+#include "character.h"
+#else
 #ifdef MULE
 #include "mule-charset.h"
 #endif
+#endif
 
 #include "buffer.h"
 #include "device.h"
index 7e02318..45225dd 100644 (file)
@@ -29,8 +29,12 @@ Boston, MA 02111-1307, USA.  */
 #include "objects-tty.h"
 #ifdef MULE
 #include "device.h"
+#ifdef CHAR_IS_UCS4
+#include "character.h"
+#else
 #include "mule-charset.h"
 #endif
+#endif
 
 /* An alist mapping from color names to a cons of (FG-STRING, BG-STRING). */
 Lisp_Object Vtty_color_alist;
index 00ed917..9b02dda 100644 (file)
@@ -48,8 +48,12 @@ Boston, MA 02111-1307, USA.  */
 #include "windows.h"
 #ifdef MULE
 #include "mule-ccl.h"
+#ifdef CHAR_IS_UCS4
+#include "character.h"
+#else
 #include "mule-charset.h"
 #endif
+#endif
 
 #define MSWINDOWS_EOL_CURSOR_WIDTH     5