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
0217ed57
Commit
0217ed57
authored
Oct 22, 1994
by
Richard M. Stallman
Browse files
(input_fd): No longer static.
parent
50cf83f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/sysdep.c
src/sysdep.c
+3
-4
No files found.
src/sysdep.c
View file @
0217ed57
...
...
@@ -193,10 +193,9 @@ static int baud_convert[] =
extern
short
ospeed
;
/* The file descriptor for Emacs's input terminal.
Under Unix, this is normaly zero except when using X;
under VMS, we place the input channel number here.
This allows us to write more code that works for both VMS and Unix. */
static
int
input_fd
;
Under Unix, this is normally zero except when using X;
under VMS, we place the input channel number here. */
int
input_fd
;
/* Specify a different file descriptor for further input operations. */
...
...
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