# HG changeset patch # User Karl Heuer # Date 892141385 0 # Node ID 9a81f6034063bc8b22b4565653101bf587246670 # Parent 1b5746e9246421189fbb8a1d7a0b4007e98d09bd (abort): Don't redefine on DOS_NT. diff -r 1b5746e92464 -r 9a81f6034063 src/emacs.c --- 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 () {