diff options
| author | Dan Nicolaescu | 2008-07-23 08:29:24 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-23 08:29:24 +0000 |
| commit | 7a14f2a03e95f5ac10d5603da6fa52777f16968e (patch) | |
| tree | 458d3141171de03a79258e34d4bc8930fb709a9a /src/m | |
| parent | 5fa8e472948b7e7fe3903c73ed39b28109f22216 (diff) | |
| download | emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.tar.gz emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.zip | |
* s/usg5-4.h (ADDR_CORRECT): Remove, unused.
* unexaix.c (ADDR_CORRECT): Remove conditional, the only user
defines it.
* unexec.c (ADDR_CORRECT): Define unconditionally.
* m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/ibmrs6000.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 90fd21b5cd1..2d8681185ad 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -83,9 +83,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 83 | #define LIBS_MACHINE | 83 | #define LIBS_MACHINE |
| 84 | #endif /* USG5_4 */ | 84 | #endif /* USG5_4 */ |
| 85 | 85 | ||
| 86 | #undef ADDR_CORRECT | ||
| 87 | #define ADDR_CORRECT(x) ((int)(x)) | ||
| 88 | |||
| 89 | #define START_FILES | 86 | #define START_FILES |
| 90 | /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ | 87 | /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ |
| 91 | #define BROKEN_FIONREAD | 88 | #define BROKEN_FIONREAD |