Mercurial > hg > xemacs-beta
comparison src/m/hp9000s300.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 |
---|---|
37 /* Define this symbol if you are running a version of HP-UX | 37 /* Define this symbol if you are running a version of HP-UX |
38 which predates version 6.01 */ | 38 which predates version 6.01 */ |
39 | 39 |
40 /* #define HPUX_5 */ | 40 /* #define HPUX_5 */ |
41 | 41 |
42 /* Define WORD_MACHINE if addresses and such have | |
43 * to be corrected before they can be used as byte counts. */ | |
44 | |
45 /* #define WORD_MACHINE */ | |
46 | |
42 /* Now define a symbol for the cpu type, if your compiler | 47 /* Now define a symbol for the cpu type, if your compiler |
43 does not define it automatically. */ | 48 does not define it automatically. */ |
44 | 49 |
45 #ifndef hp9000s300 | 50 #ifndef hp9000s300 |
46 #define hp9000s300 | 51 #define hp9000s300 |
47 #endif | 52 #endif |
53 | |
54 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | |
55 the bit field into an int. In other words, if bit fields | |
56 are always unsigned. | |
57 | |
58 If you use NO_UNION_TYPE, this flag does not matter. */ | |
59 | |
60 #define EXPLICIT_SIGN_EXTEND | |
48 | 61 |
49 /* Define CANNOT_DUMP on machines where unexec does not work. | 62 /* Define CANNOT_DUMP on machines where unexec does not work. |
50 Then the function dump-emacs will not be defined | 63 Then the function dump-emacs will not be defined |
51 and temacs will do (load "loadup") automatically unless told otherwise. */ | 64 and temacs will do (load "loadup") automatically unless told otherwise. */ |
52 | 65 |