Mercurial > hg > xemacs-beta
diff src/console-tty.c @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | 7df0dd720c89 |
children | bbff43aa5eb7 |
line wrap: on
line diff
--- a/src/console-tty.c Mon Aug 13 11:06:08 2007 +0200 +++ b/src/console-tty.c Mon Aug 13 11:07:10 2007 +0200 @@ -32,7 +32,6 @@ #include "faces.h" #include "frame.h" #include "lstream.h" -#include "redisplay.h" #include "sysdep.h" #include "sysfile.h" #ifdef FILE_CODING @@ -165,9 +164,9 @@ tty_mark_console (struct console *con, void (*markobj) (Lisp_Object)) { struct tty_console *tty_con = CONSOLE_TTY_DATA (con); - ((markobj) (tty_con->terminal_type)); - ((markobj) (tty_con->instream)); - ((markobj) (tty_con->outstream)); + markobj (tty_con->terminal_type); + markobj (tty_con->instream); + markobj (tty_con->outstream); } static int