comparison src/m/dual.h @ 8892:191acacfa1ec

Delete obsolete symbols.
author Karl Heuer <kwzh@gnu.org>
date Sun, 18 Sep 1994 21:12:31 +0000
parents 7be0f0a02725
children 23f72b18b420
comparison
equal deleted inserted replaced
8891:6f72d6c642e3 8892:191acacfa1ec
40 40
41 #define INTBITS 32 /* Number of bits in an int */ 41 #define INTBITS 32 /* Number of bits in an int */
42 42
43 #define LONGBITS 32 /* Number of bits in a long */ 43 #define LONGBITS 32 /* Number of bits in a long */
44 44
45 /* Define BIG_ENDIAN iff lowest-numbered byte in a word
46 is the most significant byte. */
47
48 #define BIG_ENDIAN
49
50 /* XINT must explicitly sign-extend */ 45 /* XINT must explicitly sign-extend */
51 46
52 #define EXPLICIT_SIGN_EXTEND 47 #define EXPLICIT_SIGN_EXTEND
53 48
54 /* Use type int rather than a union, to represent Lisp_Object */ 49 /* Use type int rather than a union, to represent Lisp_Object */