# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1131523741 0 # Node ID 9651981950f58cabe39e4dacf4a4ce44a7e81f8e # Parent 1f4cf9d552f9952c1f43dd04cb894be0e3278e64 (C_SWITCH_SYSTEM): Remove -fno-common. diff -r 1f4cf9d552f9 -r 9651981950f5 src/s/darwin.h --- 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