Mercurial > hg > xemacs-beta
comparison src/m/hp300bsd.h @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | a86b2b5e0111 |
children | 697ef44129c6 ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
34 | 34 |
35 #define CRT0_DUMMIES one_dummy, | 35 #define CRT0_DUMMIES one_dummy, |
36 | 36 |
37 #define HAVE_ALLOCA | 37 #define HAVE_ALLOCA |
38 | 38 |
39 /* XINT must explicitly sign-extend */ | |
40 | |
41 #define EXPLICIT_SIGN_EXTEND | |
42 | |
43 #define LOAD_AVE_TYPE long | 39 #define LOAD_AVE_TYPE long |
44 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) / 2048.0 * 100.0)) | 40 #define LOAD_AVE_CVT(x) ((int) (((double) (x)) / 2048.0 * 100.0)) |