comparison src/m/irist.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 376386a54a3c
children 697ef44129c6
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
56 56
57 But since this code is only used for an optional 4th argument to one command 57 But since this code is only used for an optional 4th argument to one command
58 (copy-file), it would say that it is non-critical... 58 (copy-file), it would say that it is non-critical...
59 #endif /* 0 */ 59 #endif /* 0 */
60 60
61 /* Define WORD_MACHINE if addresses and such have
62 * to be corrected before they can be used as byte counts. */
63
64 /* #define WORD_MACHINE */
65
66 /* Now define a symbol for the cpu type, if your compiler 61 /* Now define a symbol for the cpu type, if your compiler
67 does not define it automatically: 62 does not define it automatically:
68 Ones defined so far include vax, m68000, ns16000, pyramid, 63 Ones defined so far include vax, m68000, ns16000, pyramid,
69 orion, tahoe, APOLLO and many others */ 64 orion, tahoe, APOLLO and many others */
70 65
71 #ifndef m68000 66 #ifndef m68000
72 #define m68000 67 #define m68000
73 #endif 68 #endif
74
75 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
76 the bit field into an int. In other words, if bit fields
77 are always unsigned.
78
79 If you use NO_UNION_TYPE, this flag does not matter. */
80
81 #define EXPLICIT_SIGN_EXTEND
82 69
83 /* Data type of load average, as read out of kmem. */ 70 /* Data type of load average, as read out of kmem. */
84 71
85 #define LOAD_AVE_TYPE long 72 #define LOAD_AVE_TYPE long
86 73