comparison src/m/ns16000.h @ 750:1ffd52c765c7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents c0335c02f1d7
children 7be0f0a02725
comparison
equal deleted inserted replaced
749:593af70322f0 750:1ffd52c765c7
38 #define LONGBITS 32 /* Number of bits in a long */ 38 #define LONGBITS 32 /* Number of bits in a long */
39 39
40 /* 16000 is little-endian (lowest-numbered byte is least significant) */ 40 /* 16000 is little-endian (lowest-numbered byte is least significant) */
41 41
42 /* #define BIG_ENDIAN */ /* So don't define this. */ 42 /* #define BIG_ENDIAN */ /* So don't define this. */
43
44 /* Define how to take a char and sign-extend into an int.
45 On machines where char is signed, this is a no-op. */
46
47 #define SIGN_EXTEND_CHAR(c) (c)
48 43
49 /* Say this machine is a 16000 */ 44 /* Say this machine is a 16000 */
50 45
51 #define ns16000 1 46 #define ns16000 1
52 47