diff src/m/tekxd88.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/tekxd88.h	Mon Sep 26 18:14:29 1994 +0000
+++ b/src/m/tekxd88.h	Mon Sep 26 19:43:24 1994 +0000
@@ -25,6 +25,11 @@
 #define INTBITS 32		/* Number of bits in an int */
 #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 NO_ARG_ARRAY if you cannot take the address of the first of a
  * group of arguments and treat it as an array of the arguments.  */
 #define NO_ARG_ARRAY