1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

(encode_terminal_code): Don't make it "static".

This commit is contained in:
Kenichi Handa 2004-12-01 10:48:52 +00:00
parent 853895f640
commit 302db6997a

View file

@ -800,7 +800,7 @@ static int encode_terminal_bufsize;
Set CODING->produced to the byte-length of the resulting byte
sequence, and return a pointer to that byte sequence. */
static unsigned char *
unsigned char *
encode_terminal_code (src, src_len, coding)
struct glyph *src;
int src_len;