Mercurial > hg > xemacs-beta
comparison src/m/dpx2.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 |
---|---|
31 */ | 31 */ |
32 | 32 |
33 /* #define ncl_el /* DPX/2 210,220 etc */ | 33 /* #define ncl_el /* DPX/2 210,220 etc */ |
34 /* #define ncl_mr 1 /* DPX/2 320,340 (and 360,380 ?) */ | 34 /* #define ncl_mr 1 /* DPX/2 320,340 (and 360,380 ?) */ |
35 | 35 |
36 /* Define WORD_MACHINE if addresses and such have | |
37 * to be corrected before they can be used as byte counts. */ | |
38 | |
39 /* #define WORD_MACHINE /**/ | |
40 | |
36 /* Now define a symbol for the cpu type, if your compiler | 41 /* Now define a symbol for the cpu type, if your compiler |
37 does not define it automatically: | 42 does not define it automatically: |
38 Ones defined so far include vax, m68000, ns16000, pyramid, | 43 Ones defined so far include vax, m68000, ns16000, pyramid, |
39 orion, tahoe, APOLLO and many others */ | 44 orion, tahoe, APOLLO and many others */ |
40 | 45 |
41 /* /bin/cc on ncl_el and ncl_mr define m68k and mc68000 */ | 46 /* /bin/cc on ncl_el and ncl_mr define m68k and mc68000 */ |
47 | |
48 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
49 the bit field into an int. In other words, if bit fields | |
50 are always unsigned. | |
51 | |
52 If you use NO_UNION_TYPE, this flag does not matter. */ | |
53 | |
54 #define EXPLICIT_SIGN_EXTEND | |
42 | 55 |
43 /* Data type of load average, as read out of kmem. */ | 56 /* Data type of load average, as read out of kmem. */ |
44 | 57 |
45 #define LOAD_AVE_TYPE long | 58 #define LOAD_AVE_TYPE long |
46 | 59 |