aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/irix4-0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/irix4-0.h b/src/s/irix4-0.h
index fe057c2fcc1..3a28bbf59c8 100644
--- a/src/s/irix4-0.h
+++ b/src/s/irix4-0.h
@@ -9,7 +9,9 @@
9#define alloca __builtin_alloca 9#define alloca __builtin_alloca
10 10
11/* use K&R C */ 11/* use K&R C */
12#ifndef __GNUC__
12#define C_SWITCH_MACHINE -cckr 13#define C_SWITCH_MACHINE -cckr
14#endif
13 15
14/* SGI has all the fancy wait stuff, but we can't include sys/wait.h 16/* SGI has all the fancy wait stuff, but we can't include sys/wait.h
15 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead 17 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead