# HG changeset patch # User Richard M. Stallman # Date 868489722 0 # Node ID df65a2e6eb4e64ffa26b54dd01bce768f9d53569 # Parent 9c7e0c926ed545e9a2b19d98a435f1c72e55bb48 (C_SWITCH_SYSTEM): Add -Wf,-XNh option. diff -r 9c7e0c926ed5 -r df65a2e6eb4e src/s/irix4-0.h --- 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