mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
term.c (costs_set): Declare static, non-initialized for pcc.
This commit is contained in:
parent
55a8b3edea
commit
646e4dffc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue