diff options
Diffstat (limited to 'src/terminfo.c')
-rw-r--r-- | src/terminfo.c | 3 |
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/>. */ 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 |