diff options
Diffstat (limited to 'src/m/vax.h')
-rw-r--r-- | src/m/vax.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/vax.h b/src/m/vax.h index 63fc3e92e61..7417f2d30d9 100644 --- a/src/m/vax.h +++ b/src/m/vax.h @@ -59,6 +59,11 @@ NOTE-END */ #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 */ |