aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-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 @@
16/* Make process_send_signal work by "typing" a signal character on the pty. */ 16/* Make process_send_signal work by "typing" a signal character on the pty. */
17#define SIGNALS_VIA_CHARACTERS 17#define SIGNALS_VIA_CHARACTERS
18 18
19/* use K&R C */
20#ifndef __GNUC__ 19#ifndef __GNUC__
21#define C_SWITCH_MACHINE -cckr 20/* use K&R C */
21/* We need to increase the expression tree space with -Wf,-XNh
22 (ghazi@caip.rutgers.edu 7/8/97.)
23*/
24#define C_SWITCH_SYSTEM -cckr -Wf,-XNh3000
22#endif 25#endif
23 26
24/* SGI has all the fancy wait stuff, but we can't include sys/wait.h 27/* SGI has all the fancy wait stuff, but we can't include sys/wait.h