comparison src/m/orion.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
comparison
equal deleted inserted replaced
9094:39a13b869d66 9095:23f72b18b420
28 #define SHORTBITS 16 /* Number of bits in a short */ 28 #define SHORTBITS 16 /* Number of bits in a short */
29 29
30 #define INTBITS 32 /* Number of bits in an int */ 30 #define INTBITS 32 /* Number of bits in an int */
31 31
32 #define LONGBITS 32 /* Number of bits in a long */ 32 #define LONGBITS 32 /* Number of bits in a long */
33
34 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
35 is the most significant byte. */
36
37 #undef WORDS_BIG_ENDIAN
33 38
34 /* Now define a symbol for the cpu type, if your compiler 39 /* Now define a symbol for the cpu type, if your compiler
35 does not define it automatically. */ 40 does not define it automatically. */
36 41
37 #ifndef orion 42 #ifndef orion