diff options
Diffstat (limited to 'src/m/mips.h')
| -rw-r--r-- | src/m/mips.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m/mips.h b/src/m/mips.h index 866a2a13742..f1401425603 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -130,7 +130,7 @@ NOTE-END */ | |||
| 130 | 130 | ||
| 131 | /* Alter some of the options used when linking. */ | 131 | /* Alter some of the options used when linking. */ |
| 132 | 132 | ||
| 133 | #if !defined(NEWSOS5) && !defined(__linux__) | 133 | #if !defined(__linux__) |
| 134 | #ifdef BSD_SYSTEM | 134 | #ifdef BSD_SYSTEM |
| 135 | 135 | ||
| 136 | /* DECstations don't have this library. | 136 | /* DECstations don't have this library. |
| @@ -161,7 +161,7 @@ NOTE-END */ | |||
| 161 | #endif | 161 | #endif |
| 162 | 162 | ||
| 163 | #endif /* not BSD_SYSTEM */ | 163 | #endif /* not BSD_SYSTEM */ |
| 164 | #endif /* not NEWSOS5 && not __linux__ */ | 164 | #endif /* not __linux__ */ |
| 165 | 165 | ||
| 166 | /* The standard definitions of these macros would work ok, | 166 | /* The standard definitions of these macros would work ok, |
| 167 | but these are faster because the constants are short. */ | 167 | but these are faster because the constants are short. */ |
| @@ -173,7 +173,7 @@ NOTE-END */ | |||
| 173 | ((int)(type) << VALBITS) \ | 173 | ((int)(type) << VALBITS) \ |
| 174 | + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS))) | 174 | + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS))) |
| 175 | 175 | ||
| 176 | #if !defined (NEWSOS5) && !defined (__linux__) | 176 | #if !defined (__linux__) |
| 177 | #ifdef USG | 177 | #ifdef USG |
| 178 | 178 | ||
| 179 | /* Cancel certain parts of standard sysV support. */ | 179 | /* Cancel certain parts of standard sysV support. */ |
| @@ -213,7 +213,7 @@ NOTE-END */ | |||
| 213 | #undef HAVE_UNION_WAIT | 213 | #undef HAVE_UNION_WAIT |
| 214 | #endif /* BSD_SYSTEM */ | 214 | #endif /* BSD_SYSTEM */ |
| 215 | 215 | ||
| 216 | #endif /* not NEWSOS5 && not __linux__ */ | 216 | #endif /* not __linux__ */ |
| 217 | 217 | ||
| 218 | /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee | 218 | /* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee |
| 219 | (do not change this comment) */ | 219 | (do not change this comment) */ |