I made this change because a user reported that the code failed to
compile in slackware when both were included.

Is there a use case where both must be included?  Or should I just
change it to prefer termcap.h over term.h?

On Mon, Mar 5, 2012 at 11:24 AM, Taylor R Campbell <campb...@mumble.net> wrote:
>   Date: Mon, 5 Mar 2012 15:52:16 +0100
>   From: Dirk Ullrich <dirk.ullr...@googlemail.com>
>
>   This can easily tracked down: In Git's commit
>   0d5d7b56d40bcc37ae0e83495b3a0c45d0ce734f `src/microcode/tterm.c' is
>   changed only to include one of `term.h' or `termcap.h'. On my Linuxes
>   both header files are installed by Ncurses, but only `termcap.h'
>   contains declarations for `BC', `UP', `PC' etc. By the way, this is
>   Ncurses version 5.9.
>
> It's a bit more complicated than that, and I haven't found time to
> page all the varieties of Unix terminal capability database crap back
> into my head in order to fix it.  I will try to get to it next week
> when I have time.
>
> _______________________________________________
> MIT-Scheme-devel mailing list
> MIT-Scheme-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to