comparison src/m/aviion.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
39 39
40 /* Define WORD_MACHINE if addresses and such have 40 /* Define WORD_MACHINE if addresses and such have
41 * to be corrected before they can be used as byte counts. */ 41 * to be corrected before they can be used as byte counts. */
42 42
43 #define WORD_MACHINE 43 #define WORD_MACHINE
44
45 /* Define how to take a char and sign-extend into an int.
46 On machines where char is signed, this is a no-op. */
47
48 #define SIGN_EXTEND_CHAR(c) (c)
49 44
50 /* Define DATA_SEG_BITS if pointers need to be corrected with 45 /* Define DATA_SEG_BITS if pointers need to be corrected with
51 a segment field. */ 46 a segment field. */
52 47
53 #ifdef FIX_ADDRESS 48 #ifdef FIX_ADDRESS