summaryrefslogtreecommitdiff
path: root/src/m/altos.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/altos.h')
-rw-r--r--src/m/altos.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/m/altos.h b/src/m/altos.h
index 41bff838b3b..8f03d2c9b66 100644
--- a/src/m/altos.h
+++ b/src/m/altos.h
@@ -31,6 +31,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#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. */
+
+#define WORDS_BIG_ENDIAN
+
#define EXPLICIT_SIGN_EXTEND
/* Use type int rather than a union, to represent Lisp_Object */