Mercurial > hg > xemacs-beta
comparison src/m/sparc.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 |
comparison
equal
deleted
inserted
replaced
411:12e008d41344 | 412:697ef44129c6 |
---|---|
40 # ifndef sparc | 40 # ifndef sparc |
41 # define sparc | 41 # define sparc |
42 # endif | 42 # endif |
43 #endif | 43 #endif |
44 | 44 |
45 /* XINT must explicitly sign-extend */ | |
46 | |
47 #define EXPLICIT_SIGN_EXTEND | |
48 | |
45 /* Mask for address bits within a memory segment */ | 49 /* Mask for address bits within a memory segment */ |
46 | 50 |
47 #define SEGMENT_MASK (SEGSIZ - 1) | 51 #define SEGMENT_MASK (SEGSIZ - 1) |
48 | 52 |
49 #if ! defined (__NetBSD__) && ! defined (__linux__) && !defined (__OpenBSD__) | 53 #if ! defined (__NetBSD__) && ! defined (__linux__) && !defined (__OpenBSD__) |