aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorKarl Heuer1998-04-09 17:03:05 +0000
committerKarl Heuer1998-04-09 17:03:05 +0000
commit8be35eabe653d17ec15449a47583bcd8fac4ebc4 (patch)
treea5d3cdd8a7d4571c6cd2dff7f38d21e1c88eb833 /src/emacs.c
parentdc08a6b5d0e9a9f02843a2bce2e1e5c030c7c1d4 (diff)
downloademacs-8be35eabe653d17ec15449a47583bcd8fac4ebc4.tar.gz
emacs-8be35eabe653d17ec15449a47583bcd8fac4ebc4.zip
(abort): Don't redefine on DOS_NT.
Diffstat (limited to 'src/emacs.c')
-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{