From 646e4dffc26f4e7952a577492fc6c622e158d1e6 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 1 Jul 2002 16:00:05 +0000 Subject: [PATCH] term.c (costs_set): Declare static, non-initialized for pcc. --- src/term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/term.c b/src/term.c index 5833a50b962..96fdc5c4798 100644 --- a/src/term.c +++ b/src/term.c @@ -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. */ -- 2.39.5