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/s | |
| 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/s')
| -rw-r--r-- | src/s/usg5-4.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 7ce4790fb76..c729203b671 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -85,10 +85,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 85 | #define rindex strrchr | 85 | #define rindex strrchr |
| 86 | #endif /* ! defined (HAVE_RINDEX) */ | 86 | #endif /* ! defined (HAVE_RINDEX) */ |
| 87 | 87 | ||
| 88 | /* Compiler bug bites on many systems when default ADDR_CORRECT is used. */ | ||
| 89 | |||
| 90 | #define ADDR_CORRECT(x) (x) | ||
| 91 | |||
| 92 | /* Use terminfo instead of termcap. */ | 88 | /* Use terminfo instead of termcap. */ |
| 93 | 89 | ||
| 94 | #define TERMINFO | 90 | #define TERMINFO |