Mercurial > hg > xemacs-beta
comparison src/m/aviion.h @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children | 6a378aca36af |
comparison
equal
deleted
inserted
replaced
69:804d1389bcd6 | 70:131b0175ea99 |
---|---|
35 /* Now define a symbol for the cpu type, if your compiler | 35 /* Now define a symbol for the cpu type, if your compiler |
36 does not define it automatically: | 36 does not define it automatically: |
37 Ones defined so far include vax, m68000, ns16000, pyramid, | 37 Ones defined so far include vax, m68000, ns16000, pyramid, |
38 orion, tahoe, APOLLO and many others */ | 38 orion, tahoe, APOLLO and many others */ |
39 | 39 |
40 /*#ifndef m88k*/ | 40 #ifndef m88k |
41 /*#define m88k*/ | 41 #define m88k |
42 /*#endif*/ | 42 #endif |
43 | 43 |
44 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend | 44 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend |
45 the bit field into an int. In other words, if bit fields | 45 the bit field into an int. In other words, if bit fields |
46 are always unsigned. | 46 are always unsigned. |
47 | 47 |