]> git.eshelyaron.com Git - emacs.git/commitdiff
(C_SWITCH_SYSTEM): Add -Wf,-XNh option.
authorRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 1997 23:08:42 +0000 (23:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 1997 23:08:42 +0000 (23:08 +0000)
src/s/irix4-0.h

index 722cac19650174553f5c58930fa3ae3b18978a3e..0df5b6256666bf8504a940ec297eb788a987c019 100644 (file)
 /* Make process_send_signal work by "typing" a signal character on the pty.  */
 #define SIGNALS_VIA_CHARACTERS
 
-/* use K&R C */
 #ifndef __GNUC__
-#define C_SWITCH_MACHINE -cckr
+/* use K&R C */
+/* 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