Mercurial > emacs
changeset 18473:9e73857f8855
(ospeed): Always use `extern' in the declaration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 27 Jun 1997 22:03:41 +0000 |
parents | 128090c7c0ef |
children | c21ad324c249 |
files | src/cm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cm.h Fri Jun 27 19:20:14 1997 +0000 +++ b/src/cm.h Fri Jun 27 22:03:41 1997 +0000 @@ -103,7 +103,7 @@ #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