From: Chris Hanson Date: Wed, 28 Feb 2001 14:40:45 +0000 (+0000) Subject: Eliminate unnecessary compiler warnings. X-Git-Tag: 20090517-FFI~2954 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0f16a2796736b9d1cf5e3b75dd1d6561198e46a8;p=mit-scheme.git Eliminate unnecessary compiler warnings. --- diff --git a/v7/src/microcode/terminfo.c b/v7/src/microcode/terminfo.c index c2c5af4db..f9bcba797 100644 --- a/v7/src/microcode/terminfo.c +++ b/v7/src/microcode/terminfo.c @@ -1,8 +1,8 @@ /* Interface from Emacs to terminfo. Copyright (C) 1985, 1986 Free Software Foundation, Inc. - Copyright (C) 1998, 2000 Massachusetts Institute of Technology + Copyright (C) 1998, 2000, 2001 Massachusetts Institute of Technology -$Id: terminfo.c,v 1.4 2000/12/05 21:23:48 cph Exp $ +$Id: terminfo.c,v 1.5 2001/02/28 14:40:45 cph Exp $ This file is part of GNU Emacs. @@ -29,11 +29,7 @@ and this notice must be preserved on all copies. */ #ifdef STDC_HEADERS # include -#endif - -#ifndef __IRIX__ -char *UP, *BC, PC; -short ospeed; +# include #endif /* Interface to curses/terminfo library.