changeset 21449:9a81f6034063

(abort): Don't redefine on DOS_NT.
author Karl Heuer <kwzh@gnu.org>
date Thu, 09 Apr 1998 17:03:05 +0000
parents 1b5746e92464
children 408fb64bc0cb
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Thu Apr 09 13:45:44 1998 +0000
+++ b/src/emacs.c	Thu Apr 09 17:03:05 1998 +0000
@@ -261,7 +261,7 @@
    so that GDB can return from a breakpoint here.
    MSDOS has its own definition on msdos.c  */
 
-#ifndef MSDOS
+#ifndef DOS_NT
 void
 abort ()
 {