aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-27 22:03:41 +0000
committerRichard M. Stallman1997-06-27 22:03:41 +0000
commit635fc896e7c91de04802b801e9f74ab77d30b702 (patch)
tree24ce623ba346e77d887f7ed9d4b2e3932ea6c636
parent80954ee204125c189e84045efc18e30e35afa06e (diff)
downloademacs-635fc896e7c91de04802b801e9f74ab77d30b702.tar.gz
emacs-635fc896e7c91de04802b801e9f74ab77d30b702.zip
(ospeed): Always use `extern' in the declaration.
-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 */
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. */
106speed_t ospeed; 106extern speed_t ospeed;
107#else 107#else
108extern short ospeed; /* Output speed (from sg_ospeed) */ 108extern short ospeed; /* Output speed (from sg_ospeed) */
109#endif 109#endif