diff options
| author | Andreas Schwab | 2010-08-09 21:25:41 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-08-09 21:25:41 +0200 |
| commit | 671d409f8b29dac2a8902e1932948404c0cfbc74 (patch) | |
| tree | 44d3cbd1c4f90309903bfac2bcca8308abac3f70 /src/m/alpha.h | |
| parent | 148cef8e7a25f4d05d3b90c78fd8714f64048d24 (diff) | |
| download | emacs-671d409f8b29dac2a8902e1932948404c0cfbc74.tar.gz emacs-671d409f8b29dac2a8902e1932948404c0cfbc74.zip | |
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
* m/alpha.h: Don't define/undef WORDS_BIG_ENDIAN.
* m/amdx86-64.h: Likewise.
* m/arm.h: Likewise.
* m/hp800.h: Likewise.
* m/ia64.h: Likewise.
* m/ibmrs6000.h: Likewise.
* m/ibms390.h: Likewise.
* m/intel386.h: Likewise.
* m/iris4d.h: Likewise.
* m/m68k.h: Likewise.
* m/macppc.h: Likewise.
* m/mips.h: Likewise.
* m/sh3.h: Likewise.
* m/sparc.h: Likewise.
* m/template.h: Likewise.
* m/vax.h: Likewise.
* m/xtensa.h: Likewise.
* fringe.c (init_fringe_bitmap): Test WORDS_BIGENDIAN instead of
WORDS_BIG_ENDIAN.
* lisp.h: Likewise.
* md5.c: Likewise.
* sound.c (le2hl, le2hs, be2hl, be2hs): Likewise.
* CPP-DEFINES (WORDS_BIG_ENDIAN): Remove.
* configure.in: Add AC_C_BIGENDIAN.
Diffstat (limited to 'src/m/alpha.h')
| -rw-r--r-- | src/m/alpha.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h index 5a0168417cb..3b6d7da92df 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h | |||
| @@ -25,10 +25,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | #define _LP64 /* This doesn't appear to be necessary on OSF 4/5 -- fx. */ | 25 | #define _LP64 /* This doesn't appear to be necessary on OSF 4/5 -- fx. */ |
| 26 | #endif | 26 | #endif |
| 27 | 27 | ||
| 28 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word | ||
| 29 | is the most significant byte. */ | ||
| 30 | #undef WORDS_BIG_ENDIAN | ||
| 31 | |||
| 32 | /* Now define a symbol for the cpu type, if your compiler | 28 | /* Now define a symbol for the cpu type, if your compiler |
| 33 | does not define it automatically. */ | 29 | does not define it automatically. */ |
| 34 | /* __alpha defined automatically */ | 30 | /* __alpha defined automatically */ |