X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0dc57298fdc0760d8c69dcbcb940145f77022f5d..96fb177ac64287947330a99ebeb345ab8aad2ebe:/src/cm.h diff --git a/src/cm.h b/src/cm.h index 5e0caa1fa5..5619ab2814 100644 --- a/src/cm.h +++ b/src/cm.h @@ -101,15 +101,6 @@ struct cm extern struct cm Wcm; /* Terminal capabilities */ extern char PC; /* Pad character */ -#if defined (HAVE_TERMIOS_H) || defined (LINUX) -#include -/* 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 - /* Shorthand */ #ifndef NoCMShortHand #define curY Wcm.cm_curY @@ -173,7 +164,7 @@ extern int evalcost (); extern void cmcheckmagic (); extern int cmputc (); -extern int cmcostinit (); -extern int cmgoto (); -extern int Wcm_clear (); +extern void cmcostinit (); +extern void cmgoto (); +extern void Wcm_clear (); extern int Wcm_init ();