Mercurial > hg > xemacs-beta
diff src/m/luna88k.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | a86b2b5e0111 |
children |
line wrap: on
line diff
--- a/src/m/luna88k.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/m/luna88k.h Mon Aug 13 11:20:41 2007 +0200 @@ -31,6 +31,15 @@ /* Synched up with: Mule 2.0. Not in FSF. */ +/* Define how to take a char and sign-extend into an int. + On machines where char is signed, this is a no-op. */ + +#define SIGN_EXTEND_CHAR(c) (c) + +/* XINT must explicitly sign-extend */ + +#define EXPLICIT_SIGN_EXTEND + /* Data type of load average, as read out of kmem. */ #define LOAD_AVE_TYPE long