comparison src/objects-tty.c @ 5126:2a462149bd6a ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Wed, 24 Feb 2010 19:04:27 -0600
parents b5df3737028a d4f666cda5e6
children a9c41067dd88
comparison
equal deleted inserted replaced
5125:b5df3737028a 5126:2a462149bd6a
27 #include "console-tty-impl.h" 27 #include "console-tty-impl.h"
28 #include "insdel.h" 28 #include "insdel.h"
29 #include "objects-tty-impl.h" 29 #include "objects-tty-impl.h"
30 #include "device.h" 30 #include "device.h"
31 #include "charset.h" 31 #include "charset.h"
32
33 #ifdef NEW_GC
34 # define UNUSED_IF_NEW_GC(decl) UNUSED (decl)
35 #else
36 # define UNUSED_IF_NEW_GC(decl) decl
37 #endif
38 32
39 /* An alist mapping from color names to a cons of (FG-STRING, BG-STRING). */ 33 /* An alist mapping from color names to a cons of (FG-STRING, BG-STRING). */
40 Lisp_Object Vtty_color_alist; 34 Lisp_Object Vtty_color_alist;
41 #if 0 /* This stuff doesn't quite work yet */ 35 #if 0 /* This stuff doesn't quite work yet */
42 Lisp_Object Vtty_dynamic_color_fg; 36 Lisp_Object Vtty_dynamic_color_fg;