Mercurial > hg > xemacs-beta
comparison src/m/sparc.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 | 57709be46d1b |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
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 | |
49 /* Mask for address bits within a memory segment */ | 45 /* Mask for address bits within a memory segment */ |
50 | 46 |
51 #define SEGMENT_MASK (SEGSIZ - 1) | 47 #define SEGMENT_MASK (SEGSIZ - 1) |
52 | 48 |
53 #if ! defined (__NetBSD__) && ! defined (__linux__) && !defined (__OpenBSD__) | 49 #if ! defined (__NetBSD__) && ! defined (__linux__) && !defined (__OpenBSD__) |