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/iris4d.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/iris4d.h')
| -rw-r--r-- | src/m/iris4d.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 526d68ee5fc..31f08d05cfc 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -19,10 +19,6 @@ You should have received a copy of the GNU General Public License | |||
| 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 19 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word | ||
| 23 | is the most significant byte. */ | ||
| 24 | #define WORDS_BIG_ENDIAN | ||
| 25 | |||
| 26 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | 22 | /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend |
| 27 | the bit field into an int. In other words, if bit fields | 23 | the bit field into an int. In other words, if bit fields |
| 28 | are always unsigned. | 24 | are always unsigned. |