]> git.eshelyaron.com Git - emacs.git/commitdiff
(abort): Don't redefine on DOS_NT.
authorKarl Heuer <kwzh@gnu.org>
Thu, 9 Apr 1998 17:03:05 +0000 (17:03 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 9 Apr 1998 17:03:05 +0000 (17:03 +0000)
src/emacs.c

index 11a77e0890d44cd66bbe0ab86dcce4845c7d229f..282528381f424136e807c7a2d1e247f96a03b6a0 100644 (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 ()
 {