changeset 46114:aec8f44db426

term.c (costs_set): Declare static, non-initialized for pcc.
author Dave Love <fx@gnu.org>
date Mon, 01 Jul 2002 16:00:05 +0000
parents 18d1aad1c8ab
children 737c84295ff7
files src/term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Mon Jul 01 15:59:26 2002 +0000
+++ b/src/term.c	Mon Jul 01 16:00:05 2002 +0000
@@ -374,7 +374,7 @@
 
 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.  */