Mercurial > hg > xemacs-beta
comparison src/m/mg1.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 |
---|---|
32 work. If you find an existing system name that works or write your | 32 work. If you find an existing system name that works or write your |
33 own configuration files, please let the Free Software Foundation in on | 33 own configuration files, please let the Free Software Foundation in on |
34 your work; we'd like to distribute this information. | 34 your work; we'd like to distribute this information. |
35 NOTE-END */ | 35 NOTE-END */ |
36 | 36 |
37 /* Define WORD_MACHINE if addresses and such have | |
38 * to be corrected before they can be used as byte counts. */ | |
39 /* ns16000 addresses are byte addresses */ | |
40 #undef WORD_MACHINE | |
41 | |
42 /* Now define a symbol for the cpu type, if your compiler | 37 /* Now define a symbol for the cpu type, if your compiler |
43 does not define it automatically: | 38 does not define it automatically: |
44 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO | 39 vax, m68000, ns16000, pyramid, orion, tahoe and APOLLO |
45 are the ones defined so far. */ | 40 are the ones defined so far. */ |
46 /* Say this machine is a 16000 and an mg1, cpp says its a 32000 */ | 41 /* Say this machine is a 16000 and an mg1, cpp says its a 32000 */ |
47 #define ns16000 | 42 #define ns16000 |
48 #define mg1 | 43 #define mg1 |
49 | |
50 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
51 the bit field into an int. In other words, if bit fields | |
52 are always unsigned. | |
53 | |
54 If you use NO_UNION_TYPE, this flag does not matter. */ | |
55 | |
56 #define EXPLICIT_SIGN_EXTEND | |
57 | 44 |
58 /* Data type of load average, as read out of kmem. */ | 45 /* Data type of load average, as read out of kmem. */ |
59 /* mg1 its an unsigned long */ | 46 /* mg1 its an unsigned long */ |
60 #define LOAD_AVE_TYPE unsigned long | 47 #define LOAD_AVE_TYPE unsigned long |
61 | 48 |