]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment previous change.
authorGlenn Morris <rgm@gnu.org>
Wed, 15 Aug 2007 03:23:10 +0000 (03:23 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 15 Aug 2007 03:23:10 +0000 (03:23 +0000)
src/term.c

index 624e1c82eddd6316246c07a98dda5f1eb94e1c86..3b43163bb5720b481d26ace418f2b7c6b3d50ab1 100644 (file)
@@ -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;