diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-27 22:03:41 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-27 22:03:41 +0000 |
commit | 635fc896e7c91de04802b801e9f74ab77d30b702 (patch) | |
tree | 24ce623ba346e77d887f7ed9d4b2e3932ea6c636 /src/cm.h | |
parent | 80954ee204125c189e84045efc18e30e35afa06e (diff) | |
download | emacs-635fc896e7c91de04802b801e9f74ab77d30b702.tar.gz |
(ospeed): Always use `extern' in the declaration.
Diffstat (limited to 'src/cm.h')
-rw-r--r-- | src/cm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |