comparison src/m/aviion.h @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 131b0175ea99
children 5a88923fcbfe
comparison
equal deleted inserted replaced
81:ebca3d831cea 82:6a378aca36af
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