aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
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)
261 so that GDB can return from a breakpoint here. 261 so that GDB can return from a breakpoint here.
262 MSDOS has its own definition on msdos.c */ 262 MSDOS has its own definition on msdos.c */
263 263
264#ifndef MSDOS 264#ifndef DOS_NT
265void 265void
266abort () 266abort ()
267{ 267{