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: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h
Date: Wed, 09 Nov 2005 03:09:02 -0500

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.23 emacs/src/s/darwin.h:1.24
*** emacs/src/s/darwin.h:1.23   Sun Aug  7 10:08:10 2005
--- emacs/src/s/darwin.h        Wed Nov  9 08:09:01 2005
***************
*** 263,269 ****
  
  /* Indicate that we are compiling for Mac OS X and where to find Mac
     specific headers.  */
! #define C_SWITCH_SYSTEM -fpascal-strings -fno-common -DMAC_OSX -I../mac/src
  
  /* Link in the Carbon lib. */
  #ifdef HAVE_CARBON
--- 263,269 ----
  
  /* Indicate that we are compiling for Mac OS X and where to find Mac
     specific headers.  */
! #define C_SWITCH_SYSTEM -fpascal-strings -DMAC_OSX -I../mac/src
  
  /* Link in the Carbon lib. */
  #ifdef HAVE_CARBON
***************
*** 328,333 ****
--- 328,337 ----
     does not exist.  */
  #undef HAVE_WORKING_VFORK
  #define vfork fork
+ 
+ /* Don't close pty in process.c to make it as controlling terminal.
+    It is already a controlling terminal of subprocess, because we did
+    ioctl TIOCSCTTY.  */
  #define DONT_REOPEN_PTY
  
  #ifdef temacs




reply via email to

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