diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-11-26 23:35:51 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-11-26 23:35:51 +0000 |
commit | 7a262394fb08b1b2d59285b01b93ccb18f256ee8 (patch) | |
tree | 4f76268c6a4d83f8b7edb1a9f18d5c8afe3d10ca /src/s/darwin.h | |
parent | b9bc92b4d712299009683dca7284734a0a42162a (diff) | |
download | emacs-7a262394fb08b1b2d59285b01b93ccb18f256ee8.tar.gz |
(POSIX_SIGNALS): Undo the removal of 2002-08-25,
which was not mentioned in the log.
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r-- | src/s/darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index f854ed9380b..dd49426d7c3 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -314,6 +314,10 @@ struct kboard; #define free unexec_free #endif +/* This makes create_process in process.c save and restore signal + handlers correctly. Suggested by Nozomu Ando.*/ +#define POSIX_SIGNALS + /* Reroute calls to SELECT to the version defined in mac.c to fix the problem of Emacs requiring an extra return to be typed to start working when started from the command line. */ |