diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-07-16 22:37:24 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-07-16 22:37:24 +0000 |
commit | 9f80a1c88958bd05242d96a22563e4fc178ad5e5 (patch) | |
tree | 81b4614974e441b0f2e78e69273c81891e899af5 /src/terminfo.c | |
parent | ad4bf9a06194135d938ae4aedd2daa7b16819eeb (diff) | |
download | emacs-9f80a1c88958bd05242d96a22563e4fc178ad5e5.tar.gz |
Undo previous changes.
Diffstat (limited to 'src/terminfo.c')
-rw-r--r-- | src/terminfo.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/terminfo.c b/src/terminfo.c index 5f2d5e00955..8ce87960f03 100644 --- a/src/terminfo.c +++ b/src/terminfo.c @@ -22,19 +22,8 @@ Boston, MA 02111-1307, USA. */ so that we do not need to conditionalize the places in Emacs that set them. */ -#include <config.h> - -#ifdef USG -# include <string.h> -#endif - char *UP, *BC, PC; -#ifdef HAVE_TERMIOS -# include <termios.h> - speed_t ospeed; -#else - short ospeed; -#endif +short ospeed; static buffer[512]; |