diff src/emacs.c @ 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 8e54230531dc
children fa9ff387d260
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 ()
 {