comparison src/cm.h @ 18473:9e73857f8855

(ospeed): Always use `extern' in the declaration.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Jun 1997 22:03:41 +0000
parents a9160d6d9ac7
children b6ced5dad84b
comparison
equal deleted inserted replaced
18472:128090c7c0ef 18473:9e73857f8855
101 extern struct cm Wcm; /* Terminal capabilities */ 101 extern struct cm Wcm; /* Terminal capabilities */
102 extern char PC; /* Pad character */ 102 extern char PC; /* Pad character */
103 #ifdef HAVE_TERMIOS_H 103 #ifdef HAVE_TERMIOS_H
104 #include <termios.h> 104 #include <termios.h>
105 /* HJL's version of libc is said to need this on the Alpha. */ 105 /* HJL's version of libc is said to need this on the Alpha. */
106 speed_t ospeed; 106 extern speed_t ospeed;
107 #else 107 #else
108 extern short ospeed; /* Output speed (from sg_ospeed) */ 108 extern short ospeed; /* Output speed (from sg_ospeed) */
109 #endif 109 #endif
110 110
111 /* Shorthand */ 111 /* Shorthand */