emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/darwin.h


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h
Date: Sun, 25 Aug 2002 12:44:52 -0400

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.5 emacs/src/s/darwin.h:1.6
*** emacs/src/s/darwin.h:1.5    Sat Aug 10 20:26:24 2002
--- emacs/src/s/darwin.h        Sun Aug 25 12:44:51 2002
***************
*** 297,307 ****
  struct kboard;
  #endif
  
! 
! /* This makes create_process in process.c save and restore signal
!    handlers correctly.  Suggested by Nozomu Ando.*/
! #define POSIX_SIGNALS
! 
  
  #ifdef temacs
  #define malloc unexec_malloc
--- 297,307 ----
  struct kboard;
  #endif
  
! /* The following solves the problem that Emacs hangs when evaluating
!    (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
!    does not exist.  */
! #undef HAVE_WORKING_VFORK
! #define vfork fork
  
  #ifdef temacs
  #define malloc unexec_malloc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]