diff options
| author | Rong-En Fan <rafan@FreeBSD.org> | 2008-11-09 14:08:54 +0000 |
|---|---|---|
| committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-11-09 14:08:54 +0000 |
| commit | 6181f4622a00a9de81df01cecb5fa73ffdb697bc (patch) | |
| tree | c963ba08ac935d7f048b78517309fe6fc2f496e6 /ncurses/tty/tty_update.c | |
| parent | c0e48ca1322e978a8f9795a5ddb251df2479f930 (diff) | |
Notes
Diffstat (limited to 'ncurses/tty/tty_update.c')
| -rw-r--r-- | ncurses/tty/tty_update.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ncurses/tty/tty_update.c b/ncurses/tty/tty_update.c index 16fc17d27236a..6a3a0c8e9341e 100644 --- a/ncurses/tty/tty_update.c +++ b/ncurses/tty/tty_update.c @@ -44,6 +44,10 @@ #include <curses.priv.h> +#if defined __HAIKU__ && defined __BEOS__ +#undef __BEOS__ +#endif + #ifdef __BEOS__ #undef false #undef true @@ -74,7 +78,7 @@ #include <ctype.h> #include <term.h> -MODULE_ID("$Id: tty_update.c,v 1.245 2008/05/03 22:43:04 tom Exp $") +MODULE_ID("$Id: tty_update.c,v 1.246 2008/08/30 20:08:19 tom Exp $") /* * This define controls the line-breakout optimization. Every once in a |
