1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

(abort): Don't redefine on DOS_NT.

This commit is contained in:
Karl Heuer 1998-04-09 17:03:05 +00:00
parent dc08a6b5d0
commit 8be35eabe6

View file

@ -261,7 +261,7 @@ memory_warning_signal (sig)
so that GDB can return from a breakpoint here.
MSDOS has its own definition on msdos.c */
#ifndef MSDOS
#ifndef DOS_NT
void
abort ()
{