comparison src/term.c @ 82389:1822f754a65a

Comment previous change.
author Glenn Morris <rgm@gnu.org>
date Wed, 15 Aug 2007 03:23:10 +0000
parents 69bcf35b14d3
children fa95c556638e
comparison
equal deleted inserted replaced
82388:750292f64422 82389:1822f754a65a
2236 return make_number (TN_max_colors); 2236 return make_number (TN_max_colors);
2237 } 2237 }
2238 2238
2239 #ifndef WINDOWSNT 2239 #ifndef WINDOWSNT
2240 2240
2241 /* Explicitly initialized here rather than in the function to work
2242 around an HPUX compiler bug (?). See
2243 http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00410.html */
2241 static int default_max_colors = 0; 2244 static int default_max_colors = 0;
2242 static int default_max_pairs = 0; 2245 static int default_max_pairs = 0;
2243 static int default_no_color_video = 0; 2246 static int default_no_color_video = 0;
2244 static char *default_orig_pair = NULL; 2247 static char *default_orig_pair = NULL;
2245 static char *default_set_foreground = NULL; 2248 static char *default_set_foreground = NULL;