From: Karl Heuer Date: Thu, 9 Apr 1998 17:03:05 +0000 (+0000) Subject: (abort): Don't redefine on DOS_NT. X-Git-Tag: emacs-20.3~1625 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8be35eabe653d17ec15449a47583bcd8fac4ebc4;p=emacs.git (abort): Don't redefine on DOS_NT. --- diff --git a/src/emacs.c b/src/emacs.c index 11a77e0890d..282528381f4 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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 () {