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 c98c7db2c0d..efa6bc2bcd2 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -1322,6 +1322,12 @@ term_get_fkeys_1 () | |||
| 1322 | Character Display Information | 1322 | Character Display Information |
| 1323 | ***********************************************************************/ | 1323 | ***********************************************************************/ |
| 1324 | 1324 | ||
| 1325 | /* Avoid name clash with functions defined in xterm.c */ | ||
| 1326 | #ifdef static | ||
| 1327 | #define append_glyph append_glyph_term | ||
| 1328 | #define produce_stretch_glyph produce_stretch_glyph_term | ||
| 1329 | #endif | ||
| 1330 | |||
| 1325 | static void append_glyph P_ ((struct it *)); | 1331 | static void append_glyph P_ ((struct it *)); |
| 1326 | static void produce_stretch_glyph P_ ((struct it *)); | 1332 | static void produce_stretch_glyph P_ ((struct it *)); |
| 1327 | 1333 | ||