From: Richard M. Stallman Date: Fri, 27 Jun 1997 22:03:41 +0000 (+0000) Subject: (ospeed): Always use `extern' in the declaration. X-Git-Tag: emacs-20.1~1473 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=635fc896e7c91de04802b801e9f74ab77d30b702;p=emacs.git (ospeed): Always use `extern' in the declaration. --- 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 /* 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