term.c (costs_set): Declare static, non-initialized for pcc.

This commit is contained in:
Dave Love 2002-07-01 16:00:05 +00:00
parent 55a8b3edea
commit 646e4dffc2

View 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. */