diff options
| -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 | { |