Mercurial > hg > xemacs-beta
comparison src/m/gould.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 | c42ec1d1cded |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
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 | |
54 /* Now define a symbol for the cpu type, if your compiler | 49 /* Now define a symbol for the cpu type, if your compiler |
55 does not define it automatically */ | 50 does not define it automatically */ |
56 | 51 |
57 #ifndef GOULD | 52 #ifndef GOULD |
58 #define GOULD | 53 #define GOULD |
59 #endif | 54 #endif |
60 | 55 |
61 /* sel is an old preprocessor name on gould machines | 56 /* sel is an old preprocessor name on gould machines |
62 - it is no longer needed and interferes with a variable in xmenu.c */ | 57 - it is no longer needed and interferes with a variable in xmenu.c */ |
63 #undef sel | 58 #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 | |
72 | 59 |
73 /* Data type of load average, as read out of kmem. */ | 60 /* Data type of load average, as read out of kmem. */ |
74 | 61 |
75 #define LOAD_AVE_TYPE double | 62 #define LOAD_AVE_TYPE double |
76 | 63 |