(vars_of_mule_charset): Update `utf-2000-version' to 0.6.
[chise/xemacs-chise.git-] / src / objects-tty.c
index 513349d..909542e 100644 (file)
@@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA.  */
 #include "objects-tty.h"
 #ifdef MULE
 #include "device.h"
-#include "mule-charset.h"
+#include "character.h"
 #endif
 
 /* An alist mapping from color names to a cons of (FG-STRING, BG-STRING). */
@@ -171,7 +171,7 @@ static void
 tty_mark_color_instance (struct Lisp_Color_Instance *c,
                         void (*markobj) (Lisp_Object))
 {
-  ((markobj) (COLOR_INSTANCE_TTY_SYMBOL (c)));
+  markobj (COLOR_INSTANCE_TTY_SYMBOL (c));
 }
 
 static void
@@ -259,7 +259,7 @@ static void
 tty_mark_font_instance (struct Lisp_Font_Instance *f,
                        void (*markobj) (Lisp_Object))
 {
-  ((markobj) (FONT_INSTANCE_TTY_CHARSET (f)));
+  markobj (FONT_INSTANCE_TTY_CHARSET (f));
 }
 
 static void