Mercurial > hg > xemacs-beta
comparison src/m/irist.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | a86b2b5e0111 |
children |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
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 | |
61 /* Now define a symbol for the cpu type, if your compiler | 66 /* Now define a symbol for the cpu type, if your compiler |
62 does not define it automatically: | 67 does not define it automatically: |
63 Ones defined so far include vax, m68000, ns16000, pyramid, | 68 Ones defined so far include vax, m68000, ns16000, pyramid, |
64 orion, tahoe, APOLLO and many others */ | 69 orion, tahoe, APOLLO and many others */ |
65 | 70 |
66 #ifndef m68000 | 71 #ifndef m68000 |
67 #define m68000 | 72 #define m68000 |
68 #endif | 73 #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 | |
69 | 82 |
70 /* Data type of load average, as read out of kmem. */ | 83 /* Data type of load average, as read out of kmem. */ |
71 | 84 |
72 #define LOAD_AVE_TYPE long | 85 #define LOAD_AVE_TYPE long |
73 | 86 |