emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/term.c,v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/src/term.c,v [EMACS_22_BASE]
Date: Thu, 16 Aug 2007 03:14:02 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/16 03:14:01

Index: term.c
===================================================================
RCS file: /sources/emacs/emacs/src/term.c,v
retrieving revision 1.177.2.4
retrieving revision 1.177.2.5
diff -u -b -r1.177.2.4 -r1.177.2.5
--- term.c      15 Aug 2007 03:23:23 -0000      1.177.2.4
+++ term.c      16 Aug 2007 03:14:01 -0000      1.177.2.5
@@ -2169,15 +2169,15 @@
 
 #ifndef WINDOWSNT
 
-/* Explicitly initialized here rather than in the function to work
-   around an HPUX compiler bug (?). See
+/* Declare here rather than in the function, as in the rest of Emacs,
+   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;
-static char *default_orig_pair = NULL;
-static char *default_set_foreground = NULL;
-static char *default_set_background = NULL;
+static int default_max_colors;
+static int default_max_pairs;
+static int default_no_color_video;
+static char *default_orig_pair;
+static char *default_set_foreground;
+static char *default_set_background;
 
 /* Save or restore the default color-related capabilities of this
    terminal.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]