emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/term.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/term.c
Date: Wed, 22 Mar 2006 22:47:33 +0000

Index: emacs/src/term.c
diff -u emacs/src/term.c:1.173 emacs/src/term.c:1.174
--- emacs/src/term.c:1.173      Tue Feb  7 01:18:18 2006
+++ emacs/src/term.c    Wed Mar 22 22:47:32 2006
@@ -1629,6 +1629,12 @@
                       Character Display Information
  ***********************************************************************/
 
+/* Avoid name clash with functions defined in xterm.c */
+#ifdef static
+#define append_glyph append_glyph_term
+#define produce_stretch_glyph produce_stretch_glyph_term
+#endif
+
 static void append_glyph P_ ((struct it *));
 static void produce_stretch_glyph P_ ((struct it *));
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]