# HG changeset patch # User Glenn Morris # Date 1187148142 0 # Node ID b6a121f8c4ffd932f51648450b4d66ca6765031b # Parent 87aed88462c4872f996d758d8df261f3758fbcce Comment previous change. diff -r 87aed88462c4 -r b6a121f8c4ff src/term.c --- a/src/term.c Wed Aug 15 03:19:47 2007 +0000 +++ b/src/term.c Wed Aug 15 03:22:22 2007 +0000 @@ -2169,6 +2169,9 @@ #ifndef WINDOWSNT +/* Explicitly initialized here rather than in the function to work + around an HPUX complier 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;