From: Dave Love Date: Mon, 1 Jul 2002 16:00:05 +0000 (+0000) Subject: term.c (costs_set): Declare static, non-initialized for pcc. X-Git-Tag: ttn-vms-21-2-B4~14365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=646e4dffc26f4e7952a577492fc6c622e158d1e6;p=emacs.git term.c (costs_set): Declare static, non-initialized for pcc. --- 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. */