Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9f80a1c8
Commit
9f80a1c8
authored
Jul 16, 1996
by
Karl Heuer
Browse files
Undo previous changes.
parent
ad4bf9a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
18 deletions
+2
-18
src/sysdep.c
src/sysdep.c
+1
-6
src/terminfo.c
src/terminfo.c
+1
-12
No files found.
src/sysdep.c
View file @
9f80a1c8
...
...
@@ -220,12 +220,7 @@ static int baud_convert[] =
};
#endif
#ifdef HAVE_TERMIOS
# include <termios.h>
extern
speed_t
ospeed
;
#else
extern
short
ospeed
;
#endif
extern
short
ospeed
;
/* The file descriptor for Emacs's input terminal.
Under Unix, this is normally zero except when using X;
...
...
src/terminfo.c
View file @
9f80a1c8
...
...
@@ -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
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment