Mercurial > hg > xemacs-beta
comparison src/m/dual.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 |
---|---|
34 | 34 |
35 Works, as of 17.51. | 35 Works, as of 17.51. |
36 NOTE-END */ | 36 NOTE-END */ |
37 | 37 |
38 | 38 |
39 /* XINT must explicitly sign-extend */ | |
40 | |
41 #define EXPLICIT_SIGN_EXTEND | |
42 | |
39 /* Now define a symbol for the cpu type, if your compiler | 43 /* Now define a symbol for the cpu type, if your compiler |
40 does not define it automatically: | 44 does not define it automatically: |
41 vax, m68000, ns16000 are the ones defined so far. */ | 45 vax, m68000, ns16000 are the ones defined so far. */ |
42 | 46 |
43 #ifndef m68000 | 47 #ifndef m68000 |