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