summaryrefslogtreecommitdiff
path: root/src/s/irix4-0.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-09 23:08:42 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-09 23:08:42 +0000
commitb3bd5cbcdb0066dab4652dc54a6325796363256e (patch)
tree0f7cce973cac617a82bdc20fe66496542642c6b1 /src/s/irix4-0.h
parent0c76956f837b5ada147e69cda271f1b82f2f8d53 (diff)
downloademacs-b3bd5cbcdb0066dab4652dc54a6325796363256e.tar.gz
(C_SWITCH_SYSTEM): Add -Wf,-XNh option.
Diffstat (limited to 'src/s/irix4-0.h')
-rw-r--r--src/s/irix4-0.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index 722cac19650..0df5b625666 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -16,9 +16,12 @@
/* 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