diff options
| author | Dan Nicolaescu | 2008-07-22 17:57:36 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-22 17:57:36 +0000 |
| commit | 0ecc3474743ee4c25cbcfb24ea3acb0f8b424206 (patch) | |
| tree | 757abc5eb5548e073a0866659985a74bd1e5d8c3 /src/terminfo.c | |
| parent | 952913d45d433eab0dd2879e80d637e879eb6d4e (diff) | |
| download | emacs-0ecc3474743ee4c25cbcfb24ea3acb0f8b424206.tar.gz emacs-0ecc3474743ee4c25cbcfb24ea3acb0f8b424206.zip | |
(UP, BC, PC): Undo previous change.
Diffstat (limited to 'src/terminfo.c')
| -rw-r--r-- | src/terminfo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/terminfo.c b/src/terminfo.c index 968d338279b..c1e1a36a833 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -24,10 +24,7 @@ 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 | ||
| 29 | char *UP, *BC, PC; | 27 | char *UP, *BC, PC; |
| 30 | #endif | ||
| 31 | 28 | ||
| 32 | /* Interface to curses/terminfo library. | 29 | /* Interface to curses/terminfo library. |
| 33 | Turns out that all of the terminfo-level routines look | 30 | Turns out that all of the terminfo-level routines look |