aboutsummaryrefslogtreecommitdiffstats
path: root/src/terminfo.c
diff options
context:
space:
mode:
authorAdrian Robert2008-07-15 18:15:18 +0000
committerAdrian Robert2008-07-15 18:15:18 +0000
commitedfda78355c5528eee489fa8a7f9c73bf8e734f2 (patch)
tree78d2414d9791e1efc17ec9b35b438ae35602340a /src/terminfo.c
parent1391cd548782097e34d7856ec4f20ca90bdf2c26 (diff)
downloademacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.tar.gz
emacs-edfda78355c5528eee489fa8a7f9c73bf8e734f2.zip
merging Emacs.app (NeXTstep port)
Diffstat (limited to 'src/terminfo.c')
-rw-r--r--src/terminfo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/terminfo.c b/src/terminfo.c
index c1e1a36a833..968d338279b 100644
--- a/src/terminfo.c
+++ b/src/terminfo.c
@@ -24,7 +24,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
24 so that we do not need to conditionalize the places in Emacs 24 so that we do not need to conditionalize the places in Emacs
25 that set them. */ 25 that set them. */
26 26
27/* Causes a conflict on OS X 10.3 .*/
28#ifndef NS_IMPL_COCOA
27char *UP, *BC, PC; 29char *UP, *BC, PC;
30#endif
28 31
29/* Interface to curses/terminfo library. 32/* Interface to curses/terminfo library.
30 Turns out that all of the terminfo-level routines look 33 Turns out that all of the terminfo-level routines look