Mercurial > emacs
changeset 25822:3a33e6b4847d
Remove unneeded declaration of ospeed.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 27 Sep 1999 16:42:19 +0000 |
parents | 9a999c51f856 |
children | 4cecefebde6f |
files | src/cm.h |
diffstat | 1 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cm.h Mon Sep 27 11:34:27 1999 +0000 +++ b/src/cm.h Mon Sep 27 16:42:19 1999 +0000 @@ -101,19 +101,6 @@ extern struct cm Wcm; /* Terminal capabilities */ extern char PC; /* Pad character */ -#if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T) -extern short ospeed; -#else -#if defined (HAVE_TERMIOS_H) && defined (LINUX) -#include <termios.h> -/* HJL's version of libc is said to need this on the Alpha. - On the other hand, DEC OSF1 on the Alpha needs ospeed to be a short. */ -extern speed_t ospeed; -#else -extern short ospeed; /* Output speed (from sg_ospeed) */ -#endif -#endif - /* Shorthand */ #ifndef NoCMShortHand #define curY Wcm.cm_curY