diff options
| author | Karl Heuer | 1998-04-09 17:03:05 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-04-09 17:03:05 +0000 |
| commit | 8be35eabe653d17ec15449a47583bcd8fac4ebc4 (patch) | |
| tree | a5d3cdd8a7d4571c6cd2dff7f38d21e1c88eb833 | |
| parent | dc08a6b5d0e9a9f02843a2bce2e1e5c030c7c1d4 (diff) | |
| download | emacs-8be35eabe653d17ec15449a47583bcd8fac4ebc4.tar.gz emacs-8be35eabe653d17ec15449a47583bcd8fac4ebc4.zip | |
(abort): Don't redefine on DOS_NT.
| -rw-r--r-- | src/emacs.c | 2 |
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 |
| 265 | void | 265 | void |
| 266 | abort () | 266 | abort () |
| 267 | { | 267 | { |