/[emacs]/emacs/src/s/darwin.h
ViewVC logotype

Diff of /emacs/src/s/darwin.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by akochoi, Sun Aug 11 00:26:24 2002 UTC revision 1.6 by akochoi, Sun Aug 25 16:44:51 2002 UTC
# Line 297  Boston, MA 02111-1307, USA.  */ Line 297  Boston, MA 02111-1307, USA.  */
297  struct kboard;  struct kboard;
298  #endif  #endif
299    
300    /* The following solves the problem that Emacs hangs when evaluating
301  /* This makes create_process in process.c save and restore signal     (make-comint "test0" "/nodir/nofile" nil "") when /nodir/nofile
302     handlers correctly.  Suggested by Nozomu Ando.*/     does not exist.  */
303  #define POSIX_SIGNALS  #undef HAVE_WORKING_VFORK
304    #define vfork fork
305    
306  #ifdef temacs  #ifdef temacs
307  #define malloc unexec_malloc  #define malloc unexec_malloc

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26