]> code.delx.au - gnu-emacs/blobdiff - src/cm.h
(Fintern_soft): Accept a symbol argument.
[gnu-emacs] / src / cm.h
index d7c5e21c8b1de34a205b45833f6c0113cb9d04f8..5619ab28143d3bef5061b7ab9d4e599cc2072e51 100644 (file)
--- a/src/cm.h
+++ b/src/cm.h
@@ -101,19 +101,6 @@ struct cm
 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