[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/terminfo.c,v
From: |
Adrian Robert |
Subject: |
[Emacs-diffs] Changes to emacs/src/terminfo.c,v |
Date: |
Tue, 15 Jul 2008 18:15:50 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Adrian Robert <arobert> 08/07/15 18:15:19
Index: src/terminfo.c
===================================================================
RCS file: /sources/emacs/emacs/src/terminfo.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- src/terminfo.c 14 May 2008 07:49:52 -0000 1.24
+++ src/terminfo.c 15 Jul 2008 18:15:17 -0000 1.25
@@ -24,7 +24,10 @@
so that we do not need to conditionalize the places in Emacs
that set them. */
+/* Causes a conflict on OS X 10.3 .*/
+#ifndef NS_IMPL_COCOA
char *UP, *BC, PC;
+#endif
/* Interface to curses/terminfo library.
Turns out that all of the terminfo-level routines look
- [Emacs-diffs] Changes to emacs/src/terminfo.c,v,
Adrian Robert <=