diff options
| author | Dave Love | 2000-06-01 15:48:57 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-01 15:48:57 +0000 |
| commit | dd432f166349ee8eb875d95cf68e3669456ee502 (patch) | |
| tree | aff05a64041a1e325a06e329e9e11ff752a18a2a /src | |
| parent | 59869d21c4dbafd68dd96f1842e064760e6ac623 (diff) | |
| download | emacs-dd432f166349ee8eb875d95cf68e3669456ee502.tar.gz emacs-dd432f166349ee8eb875d95cf68e3669456ee502.zip | |
(ospeed) [HAVE_SPEED_T]: Don't declare extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/terminfo.c | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6b3a8846c9f..bb3e28c6f72 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-06-01 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * terminfo.c (ospeed) [HAVE_SPEED_T]: Don't declare extern. | ||
| 4 | |||
| 1 | 2000-05-31 Dave Love <fx@gnu.org> | 5 | 2000-05-31 Dave Love <fx@gnu.org> |
| 2 | 6 | ||
| 3 | * textprop.c: Revert last change -- duplicated. | 7 | * textprop.c: Revert last change -- duplicated. |
| @@ -4422,8 +4426,6 @@ | |||
| 4422 | 4426 | ||
| 4423 | 1999-11-24 Dave Love <fx@gnu.org> | 4427 | 1999-11-24 Dave Love <fx@gnu.org> |
| 4424 | 4428 | ||
| 4425 | * xfns.c: Don't duplicate Qdisplay definition done elsewhere. | ||
| 4426 | |||
| 4427 | * xfaces.c: Don't duplicate Qmode_line definition done elsewhere. | 4429 | * xfaces.c: Don't duplicate Qmode_line definition done elsewhere. |
| 4428 | 4430 | ||
| 4429 | * xfns.c: Don't duplicate Qdisplay definition done elsewhere. | 4431 | * xfns.c: Don't duplicate Qdisplay definition done elsewhere. |
diff --git a/src/terminfo.c b/src/terminfo.c index bfb8b62674a..eed22afffa8 100644 --- a/src/terminfo.c +++ b/src/terminfo.c | |||
| @@ -29,7 +29,7 @@ char *UP, *BC, PC; | |||
| 29 | 29 | ||
| 30 | #ifdef HAVE_SPEED_T | 30 | #ifdef HAVE_SPEED_T |
| 31 | #include <termios.h> | 31 | #include <termios.h> |
| 32 | extern speed_t ospeed; | 32 | speed_t ospeed; |
| 33 | #else | 33 | #else |
| 34 | #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T) | 34 | #if defined (HAVE_LIBNCURSES) && ! defined (NCURSES_OSPEED_T) |
| 35 | short ospeed; | 35 | short ospeed; |