Mercurial > hg > xemacs-beta
comparison src/m/aviion.h @ 16:0293115a14e9 r19-15b91
Import from CVS: tag r19-15b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:49:20 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
15:ad457d5f7d04 | 16:0293115a14e9 |
---|---|
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 |