From 57407fb4192534e496d8b8b551e4db1c75c6fdac Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 15 Aug 2007 03:23:10 +0000 Subject: [PATCH] Comment previous change. --- src/term.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/term.c b/src/term.c index 624e1c82edd..3b43163bb57 100644 --- a/src/term.c +++ b/src/term.c @@ -2238,6 +2238,9 @@ DEFUN ("tty-display-color-cells", Ftty_display_color_cells, #ifndef WINDOWSNT +/* Explicitly initialized here rather than in the function to work + around an HPUX compiler bug (?). See + http://lists.gnu.org/archive/html/emacs-devel/2007-08/msg00410.html */ static int default_max_colors = 0; static int default_max_pairs = 0; static int default_no_color_video = 0; -- 2.39.2