]> code.delx.au - gnu-emacs/commitdiff
(C_SWITCH_SYSTEM): Remove -fno-common.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 9 Nov 2005 08:09:01 +0000 (08:09 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 9 Nov 2005 08:09:01 +0000 (08:09 +0000)
src/s/darwin.h

index fad445d7557347bcb505beb5dd1a8844aaff4dbd..17188f429967a94a70b9a51f820e4ab2cefeafbd 100644 (file)
@@ -263,7 +263,7 @@ Boston, MA 02110-1301, USA.  */
 
 /* 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 @@ struct kboard;
    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