Mercurial > emacs
changeset 18702:df65a2e6eb4e
(C_SWITCH_SYSTEM): Add -Wf,-XNh option.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 09 Jul 1997 23:08:42 +0000 |
parents | 9c7e0c926ed5 |
children | 2e597c7309b3 |
files | src/s/irix4-0.h |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/irix4-0.h Wed Jul 09 19:20:34 1997 +0000 +++ b/src/s/irix4-0.h Wed Jul 09 23:08:42 1997 +0000 @@ -16,9 +16,12 @@ /* Make process_send_signal work by "typing" a signal character on the pty. */ #define SIGNALS_VIA_CHARACTERS +#ifndef __GNUC__ /* use K&R C */ -#ifndef __GNUC__ -#define C_SWITCH_MACHINE -cckr +/* We need to increase the expression tree space with -Wf,-XNh + (ghazi@caip.rutgers.edu 7/8/97.) +*/ +#define C_SWITCH_SYSTEM -cckr -Wf,-XNh3000 #endif /* SGI has all the fancy wait stuff, but we can't include sys/wait.h