mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(ospeed): Always use `extern' in the declaration.
This commit is contained in:
parent
80954ee204
commit
635fc896e7
1 changed files with 1 additions and 1 deletions
2
src/cm.h
2
src/cm.h
|
|
@ -103,7 +103,7 @@ extern char PC; /* Pad character */
|
|||
#ifdef HAVE_TERMIOS_H
|
||||
#include <termios.h>
|
||||
/* HJL's version of libc is said to need this on the Alpha. */
|
||||
speed_t ospeed;
|
||||
extern speed_t ospeed;
|
||||
#else
|
||||
extern short ospeed; /* Output speed (from sg_ospeed) */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue