Mercurial > hg > xemacs-beta
comparison src/m/isi-ov.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
31 #define ISI68K | 31 #define ISI68K |
32 | 32 |
33 /* Say this machine is a 68000 */ | 33 /* Say this machine is a 68000 */ |
34 | 34 |
35 #define m68000 | 35 #define m68000 |
36 | |
37 /* XINT must explicitly sign-extend */ | |
38 | |
39 #define EXPLICIT_SIGN_EXTEND | |
40 | 36 |
41 /* Data type of load average, as read out of kmem. */ | 37 /* Data type of load average, as read out of kmem. */ |
42 | 38 |
43 #ifdef BSD4_3 | 39 #ifdef BSD4_3 |
44 #define LOAD_AVE_TYPE long | 40 #define LOAD_AVE_TYPE long |