]> git.eshelyaron.com Git - emacs.git/commitdiff
term.c (costs_set): Declare static, non-initialized for pcc.
authorDave Love <fx@gnu.org>
Mon, 1 Jul 2002 16:00:05 +0000 (16:00 +0000)
committerDave Love <fx@gnu.org>
Mon, 1 Jul 2002 16:00:05 +0000 (16:00 +0000)
src/term.c

index 5833a50b962e8bd695ffb271a9e4663092238672..96fdc5c47983719f7faad1e38de441978989fccc 100644 (file)
@@ -374,7 +374,7 @@ int max_frame_width;
 
 int max_frame_height;
 
-int costs_set = 0;             /* Nonzero if costs have been calculated. */
+static int costs_set;    /* Nonzero if costs have been calculated. */
 
 int insert_mode;                       /* Nonzero when in insert mode.  */
 int standout_mode;                     /* Nonzero when in standout mode.  */