From 8be35eabe653d17ec15449a47583bcd8fac4ebc4 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 9 Apr 1998 17:03:05 +0000 Subject: [PATCH] (abort): Don't redefine on DOS_NT. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { -- 2.39.2