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
feb67dfe
Commit
feb67dfe
authored
Aug 19, 2002
by
Eli Zaretskii
Browse files
[MSDOS]: Don't define request_sigio and
unrequest_sigio, they are defined on msdos.c.
parent
a8c1733b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+3
-0
src/sysdep.c
src/sysdep.c
+3
-1
No files found.
src/ChangeLog
View file @
feb67dfe
2002-08-19 Eli Zaretskii <eliz@is.elta.co.il>
* sysdep.c [MSDOS]: Don't define request_sigio and
unrequest_sigio, they are defined on msdos.c.
* mem-limits.h [MSDOS]: Declare etext.
* fileio.c (Ffile_name_directory) [DOS_NT]: Don't declare `beg'
...
...
src/sysdep.c
View file @
feb67dfe
...
...
@@ -1036,6 +1036,7 @@ unrequest_sigio ()
}
#else
/* ! _CX_UX */
#ifndef MSDOS
void
request_sigio
()
...
...
@@ -1054,7 +1055,8 @@ unrequest_sigio ()
croak
(
"unrequest_sigio"
);
}
#endif
/* MSDOS */
#endif
/* _CX_UX */
#endif
/* STRIDE */
#endif
/* FASYNC */
...
...
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