changeset 66765:9651981950f5

(C_SWITCH_SYSTEM): Remove -fno-common.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 09 Nov 2005 08:09:01 +0000
parents 1f4cf9d552f9
children 9473401e1156
files src/s/darwin.h
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/darwin.h	Wed Nov 09 08:08:34 2005 +0000
+++ b/src/s/darwin.h	Wed Nov 09 08:09:01 2005 +0000
@@ -263,7 +263,7 @@
 
 /* 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
+#define C_SWITCH_SYSTEM -fpascal-strings -DMAC_OSX -I../mac/src
 
 /* Link in the Carbon lib. */
 #ifdef HAVE_CARBON
@@ -328,6 +328,10 @@
    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