Mercurial > emacs
changeset 88629:54f9d745df15
(costs_set): Declare static, non-initialized for pcc.
(encode_terminal_code): Remove ensued var.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 24 May 2002 15:31:33 +0000 |
parents | 8f9b9dfed743 |
children | 9f589c592e30 |
files | src/term.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/term.c Fri May 24 15:30:35 2002 +0000 +++ b/src/term.c Fri May 24 15:31:33 2002 +0000 @@ -376,7 +376,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. */ @@ -816,7 +816,6 @@ int len; register int tlen = GLYPH_TABLE_LENGTH; register Lisp_Object *tbase = GLYPH_TABLE_BASE; - int result; struct coding_system *coding; /* If terminal_coding does any conversion, use it, otherwise use