summaryrefslogtreecommitdiff
path: root/src/cm.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-27 22:03:41 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-27 22:03:41 +0000
commitb9ec6fb272181d5727170eaac3bbaf7de02e5b9a (patch)
tree9bf1dc59d17534365db25dbae3e894384f5b309e /src/cm.h
parent555c8cb962f5be0877c9b0b9a9b76fa62cfe90a4 (diff)
downloademacs-b9ec6fb272181d5727170eaac3bbaf7de02e5b9a.tar.gz
(ospeed): Always use `extern' in the declaration.
Diffstat (limited to 'src/cm.h')
-rw-r--r--src/cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cm.h b/src/cm.h
index 336a3308fd8..652b61eb216 100644
--- a/src/cm.h
+++ b/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