Mercurial > hg > xemacs-beta
comparison src/m/sun2.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 |
---|---|
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 */ |