diff options
| author | YAMAMOTO Mitsuharu | 2005-11-09 08:09:01 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-11-09 08:09:01 +0000 |
| commit | a7a4eb954951d4268291e92053e723ccb23960a7 (patch) | |
| tree | 8773e5abf156d5190020b7850fc6e49aed580fc9 /src | |
| parent | 433456d7a71e8d11bf7e1d41ba23e8c0bcd82dbd (diff) | |
| download | emacs-a7a4eb954951d4268291e92053e723ccb23960a7.tar.gz emacs-a7a4eb954951d4268291e92053e723ccb23960a7.zip | |
(C_SWITCH_SYSTEM): Remove -fno-common.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/darwin.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index fad445d7557..17188f42996 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -263,7 +263,7 @@ Boston, MA 02110-1301, USA. */ | |||
| 263 | 263 | ||
| 264 | /* Indicate that we are compiling for Mac OS X and where to find Mac | 264 | /* Indicate that we are compiling for Mac OS X and where to find Mac |
| 265 | specific headers. */ | 265 | specific headers. */ |
| 266 | #define C_SWITCH_SYSTEM -fpascal-strings -fno-common -DMAC_OSX -I../mac/src | 266 | #define C_SWITCH_SYSTEM -fpascal-strings -DMAC_OSX -I../mac/src |
| 267 | 267 | ||
| 268 | /* Link in the Carbon lib. */ | 268 | /* Link in the Carbon lib. */ |
| 269 | #ifdef HAVE_CARBON | 269 | #ifdef HAVE_CARBON |
| @@ -328,6 +328,10 @@ struct kboard; | |||
| 328 | does not exist. */ | 328 | does not exist. */ |
| 329 | #undef HAVE_WORKING_VFORK | 329 | #undef HAVE_WORKING_VFORK |
| 330 | #define vfork fork | 330 | #define vfork fork |
| 331 | |||
| 332 | /* Don't close pty in process.c to make it as controlling terminal. | ||
| 333 | It is already a controlling terminal of subprocess, because we did | ||
| 334 | ioctl TIOCSCTTY. */ | ||
| 331 | #define DONT_REOPEN_PTY | 335 | #define DONT_REOPEN_PTY |
| 332 | 336 | ||
| 333 | #ifdef temacs | 337 | #ifdef temacs |