1
Fork 0
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:
Richard M. Stallman 1997-06-27 22:03:41 +00:00
parent 80954ee204
commit 635fc896e7

View file

@ -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