Mercurial > hg > xemacs-beta
comparison src/m/sun2.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 | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
49 #endif | 49 #endif |
50 | 50 |
51 /* Sun can't write competent compilers */ | 51 /* Sun can't write competent compilers */ |
52 #define COMPILER_REGISTER_BUG | 52 #define COMPILER_REGISTER_BUG |
53 | 53 |
54 /* XINT must explicitly sign-extend */ | |
55 | |
56 #define EXPLICIT_SIGN_EXTEND | |
57 | |
58 /* Data type of load average, as read out of kmem. */ | 54 /* Data type of load average, as read out of kmem. */ |
59 | 55 |
60 #define LOAD_AVE_TYPE long | 56 #define LOAD_AVE_TYPE long |
61 | 57 |
62 /* Convert that into an integer that is 100 for a load average of 1.0 */ | 58 /* Convert that into an integer that is 100 for a load average of 1.0 */ |