Mercurial > hg > xemacs-beta
comparison src/m/isi-ov.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 | 0132846995bd |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
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 |