comparison src/m/ibmrt-aix.h @ 750:1ffd52c765c7

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 07 Jul 1992 19:52:37 +0000
parents 76b7a95526d3
children 6c044c8796dd
comparison
equal deleted inserted replaced
749:593af70322f0 750:1ffd52c765c7
38 38
39 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 39 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
40 * group of arguments and treat it as an array of the arguments. */ 40 * group of arguments and treat it as an array of the arguments. */
41 41
42 #define NO_ARG_ARRAY 42 #define NO_ARG_ARRAY
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) ((((int) (c)) << 24) >> 24)
48 43
49 /* Now define a symbol for the cpu type, if your compiler 44 /* Now define a symbol for the cpu type, if your compiler
50 does not define it automatically. */ 45 does not define it automatically. */
51 46
52 #ifndef IBMAIX 47 #ifndef IBMAIX