Mercurial > hg > xemacs-beta
comparison src/m/hp300bsd.h @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 376386a54a3c |
children | 697ef44129c6 ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
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)) |