diff options
| author | Miles Bader | 2008-01-30 07:57:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-01-30 07:57:28 +0000 |
| commit | d235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch) | |
| tree | 96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /src/m/mips.h | |
| parent | 3709a060f679dba14df71ae64a0035fa2b5b3106 (diff) | |
| parent | 02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff) | |
| download | emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
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) */ |