]> git.eshelyaron.com Git - emacs.git/commitdiff
(ospeed): Always use `extern' in the declaration.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 22:03:41 +0000 (22:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 1997 22:03:41 +0000 (22:03 +0000)
src/cm.h

index 336a3308fd8677744b3bc8aee4c273cbd2baab57..652b61eb216b45bfcc310fbc7d91ccf21b6af460 100644 (file)
--- 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