changeset 58559:643823aaa8df

(POSIX_SIGNALS): Undo the removal of 2002-08-25, which was not mentioned in the log.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 26 Nov 2004 23:35:51 +0000
parents 4082917690cc
children 344629d1a857
files src/ChangeLog src/s/darwin.h
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Nov 26 23:31:27 2004 +0000
+++ b/src/ChangeLog	Fri Nov 26 23:35:51 2004 +0000
@@ -1,3 +1,8 @@
+2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* s/darwin.h (POSIX_SIGNALS): Undo the removal of 2002-08-25,
+	which was not mentioned in the log.
+
 2004-11-26  Kim F. Storm  <storm@cua.dk>
 
 	* fringe.c (update_window_fringes): Prefer truncation bitmaps over
--- a/src/s/darwin.h	Fri Nov 26 23:31:27 2004 +0000
+++ b/src/s/darwin.h	Fri Nov 26 23:35:51 2004 +0000
@@ -314,6 +314,10 @@
 #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.  */