diff options
| author | Eli Zaretskii | 2011-03-11 11:41:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-11 11:41:56 +0200 |
| commit | 7ef4b50c04d80cbc2b247f997e9133fbce70be05 (patch) | |
| tree | f61246eb91390dec44320f4a9621b906f42b3cbf /src/msdos.c | |
| parent | 4f1f90cd9dac7134d85abe6e732afe1a6a9257f7 (diff) | |
| download | emacs-7ef4b50c04d80cbc2b247f997e9133fbce70be05.tar.gz emacs-7ef4b50c04d80cbc2b247f997e9133fbce70be05.zip | |
Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
src/term.c (encode_terminal_code): Now external again, used by
w32console.c and msdos.c.
src/termhooks.h (encode_terminal_code): Declare prototype.
src/msdos.c (encode_terminal_code): Don't declare prototype.
src/makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)): Depend
on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c index 261a09ac859..5d50749cb7e 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -844,6 +844,7 @@ IT_set_face (int face) | |||
| 844 | 844 | ||
| 845 | extern unsigned char *encode_terminal_code (struct glyph *, int, | 845 | extern unsigned char *encode_terminal_code (struct glyph *, int, |
| 846 | struct coding_system *); | 846 | struct coding_system *); |
| 847 | |||
| 847 | static void | 848 | static void |
| 848 | IT_write_glyphs (struct frame *f, struct glyph *str, int str_len) | 849 | IT_write_glyphs (struct frame *f, struct glyph *str, int str_len) |
| 849 | { | 850 | { |