Mercurial > hg > xemacs-beta
comparison src/m/gould.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 |
---|---|
44 | 44 |
45 Version 19 incorporates support for releases 2.1 and later of UTX/32. | 45 Version 19 incorporates support for releases 2.1 and later of UTX/32. |
46 A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h. | 46 A site running a pre-release of 2.1 should #define RELEASE2_1 in config.h. |
47 NOTE-END */ | 47 NOTE-END */ |
48 | 48 |
49 /* Define WORD_MACHINE if addresses and such have | |
50 * to be corrected before they can be used as byte counts. */ | |
51 | |
52 /* #define WORD_MACHINE */ | |
53 | |
49 /* Now define a symbol for the cpu type, if your compiler | 54 /* Now define a symbol for the cpu type, if your compiler |
50 does not define it automatically */ | 55 does not define it automatically */ |
51 | 56 |
52 #ifndef GOULD | 57 #ifndef GOULD |
53 #define GOULD | 58 #define GOULD |
54 #endif | 59 #endif |
55 | 60 |
56 /* sel is an old preprocessor name on gould machines | 61 /* sel is an old preprocessor name on gould machines |
57 - it is no longer needed and interferes with a variable in xmenu.c */ | 62 - it is no longer needed and interferes with a variable in xmenu.c */ |
58 #undef sel | 63 #undef sel |
64 | |
65 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
66 the bit field into an int. In other words, if bit fields | |
67 are always unsigned. | |
68 | |
69 If you use NO_UNION_TYPE, this flag does not matter. */ | |
70 | |
71 #define EXPLICIT_SIGN_EXTEND | |
59 | 72 |
60 /* Data type of load average, as read out of kmem. */ | 73 /* Data type of load average, as read out of kmem. */ |
61 | 74 |
62 #define LOAD_AVE_TYPE double | 75 #define LOAD_AVE_TYPE double |
63 | 76 |