comparison src/objects-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 3d6bfa290dbd
children 74fd4e045ea6
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
169 169
170 static void 170 static void
171 tty_mark_color_instance (struct Lisp_Color_Instance *c, 171 tty_mark_color_instance (struct Lisp_Color_Instance *c,
172 void (*markobj) (Lisp_Object)) 172 void (*markobj) (Lisp_Object))
173 { 173 {
174 ((markobj) (COLOR_INSTANCE_TTY_SYMBOL (c))); 174 markobj (COLOR_INSTANCE_TTY_SYMBOL (c));
175 } 175 }
176 176
177 static void 177 static void
178 tty_print_color_instance (struct Lisp_Color_Instance *c, 178 tty_print_color_instance (struct Lisp_Color_Instance *c,
179 Lisp_Object printcharfun, 179 Lisp_Object printcharfun,
257 257
258 static void 258 static void
259 tty_mark_font_instance (struct Lisp_Font_Instance *f, 259 tty_mark_font_instance (struct Lisp_Font_Instance *f,
260 void (*markobj) (Lisp_Object)) 260 void (*markobj) (Lisp_Object))
261 { 261 {
262 ((markobj) (FONT_INSTANCE_TTY_CHARSET (f))); 262 markobj (FONT_INSTANCE_TTY_CHARSET (f));
263 } 263 }
264 264
265 static void 265 static void
266 tty_print_font_instance (struct Lisp_Font_Instance *f, 266 tty_print_font_instance (struct Lisp_Font_Instance *f,
267 Lisp_Object printcharfun, 267 Lisp_Object printcharfun,