comparison src/m/news.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
39 39
40 #define INTBITS 32 /* Number of bits in an int */ 40 #define INTBITS 32 /* Number of bits in an int */
41 41
42 #define LONGBITS 32 /* Number of bits in a long */ 42 #define LONGBITS 32 /* Number of bits in a long */
43 43
44 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word
45 is the most significant byte. */
46
47 #define WORDS_BIG_ENDIAN
48
44 /* One CRT0 Dummy variable */ 49 /* One CRT0 Dummy variable */
45 50
46 #if 0 /* larry@mitra.com says Sony's as doesn't like this. */ 51 #if 0 /* larry@mitra.com says Sony's as doesn't like this. */
47 #define CRT0_DUMMIES one_dummy, 52 #define CRT0_DUMMIES one_dummy,
48 #endif 53 #endif