Mercurial > hg > xemacs-beta
comparison src/m/luna88k.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 |
---|---|
28 can know your rights and responsibilities. It should be in a | 28 can know your rights and responsibilities. It should be in a |
29 file named COPYING. Among other things, the copyright notice | 29 file named COPYING. Among other things, the copyright notice |
30 and this notice must be preserved on all copies. */ | 30 and this notice must be preserved on all copies. */ |
31 | 31 |
32 /* Synched up with: Mule 2.0. Not in FSF. */ | 32 /* Synched up with: Mule 2.0. Not in FSF. */ |
33 | |
34 /* Define how to take a char and sign-extend into an int. | |
35 On machines where char is signed, this is a no-op. */ | |
36 | |
37 #define SIGN_EXTEND_CHAR(c) (c) | |
38 | |
39 /* XINT must explicitly sign-extend */ | |
40 | |
41 #define EXPLICIT_SIGN_EXTEND | |
42 | 33 |
43 /* Data type of load average, as read out of kmem. */ | 34 /* Data type of load average, as read out of kmem. */ |
44 | 35 |
45 #define LOAD_AVE_TYPE long | 36 #define LOAD_AVE_TYPE long |
46 | 37 |