Mercurial > emacs
diff src/term.c @ 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 | 612208417377 |
| children | 96e8fdfd951d |
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. */
