From: Chris Hanson Date: Mon, 20 Jul 1998 04:37:36 +0000 (+0000) Subject: Changes for IRIX 6.x. X-Git-Tag: 20090517-FFI~4760 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3591917c297e4a233ae16071c14977644b15a85f;p=mit-scheme.git Changes for IRIX 6.x. --- diff --git a/v7/src/microcode/terminfo.c b/v7/src/microcode/terminfo.c index 2e6d9993a..1a70b4231 100644 --- a/v7/src/microcode/terminfo.c +++ b/v7/src/microcode/terminfo.c @@ -1,5 +1,8 @@ /* Interface from Emacs to terminfo. Copyright (C) 1985, 1986 Free Software Foundation, Inc. + Copyright (C) 1998 Massachusetts Institute of Technology + +$Id: terminfo.c,v 1.2 1998/07/20 04:37:36 cph Exp $ This file is part of GNU Emacs. @@ -22,8 +25,12 @@ and this notice must be preserved on all copies. */ so that we do not need to conditionalize the places in Emacs that set them. */ +#include "oscond.h" + +#ifndef _IRIX char *UP, *BC, PC; short ospeed; +#endif static buffer[512];