mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-11 10:20:33 -08:00
[MSDOS]: Don't define request_sigio and
unrequest_sigio, they are defined on msdos.c.
This commit is contained in:
parent
a8c1733b16
commit
feb67dfe47
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
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'
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue