From 0f16a2796736b9d1cf5e3b75dd1d6561198e46a8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 28 Feb 2001 14:40:45 +0000 Subject: [PATCH] Eliminate unnecessary compiler warnings. --- v7/src/microcode/terminfo.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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. -- 2.25.1