1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(C_SWITCH_SYSTEM): Remove -fno-common.

This commit is contained in:
YAMAMOTO Mitsuharu 2005-11-09 08:09:01 +00:00
parent 433456d7a7
commit a7a4eb9549

View 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