diff options
Diffstat (limited to 'src/term.c')
| -rw-r--r-- | src/term.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/term.c b/src/term.c index 9f360b70baf..48942a46671 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1654,6 +1654,12 @@ term_get_fkeys_1 () | |||
| 1654 | Character Display Information | 1654 | Character Display Information |
| 1655 | ***********************************************************************/ | 1655 | ***********************************************************************/ |
| 1656 | 1656 | ||
| 1657 | /* Avoid name clash with functions defined in xterm.c */ | ||
| 1658 | #ifdef static | ||
| 1659 | #define append_glyph append_glyph_term | ||
| 1660 | #define produce_stretch_glyph produce_stretch_glyph_term | ||
| 1661 | #endif | ||
| 1662 | |||
| 1657 | static void append_glyph P_ ((struct it *)); | 1663 | static void append_glyph P_ ((struct it *)); |
| 1658 | static void produce_stretch_glyph P_ ((struct it *)); | 1664 | static void produce_stretch_glyph P_ ((struct it *)); |
| 1659 | 1665 | ||