Mercurial > emacs
diff src/m/vax.h @ 9095:23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 26 Sep 1994 19:43:24 +0000 |
parents | 191acacfa1ec |
children | 1d4654a97585 |
line wrap: on
line diff
--- a/src/m/vax.h Mon Sep 26 18:14:29 1994 +0000 +++ b/src/m/vax.h Mon Sep 26 19:43:24 1994 +0000 @@ -59,6 +59,11 @@ #define LONGBITS 32 /* Number of bits in a long */ +/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word + is the most significant byte. */ + +#undef WORDS_BIG_ENDIAN + /* #define vax -- appears to be done automatically */ /* Use type int rather than a union, to represent Lisp_Object */