Mercurial > hg > xemacs-beta
comparison src/m/celerity.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children | a86b2b5e0111 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
39 | 39 |
40 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) | 40 #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) |
41 | 41 |
42 /* A machine-specific loader switch is needed. */ | 42 /* A machine-specific loader switch is needed. */ |
43 | 43 |
44 #define LD_SWITCH_MACHINE -k100000 | 44 #define LD_SWITCH_MACHINE "-k100000" |
45 | 45 |
46 /* alloca is provided by the system. */ | 46 /* alloca is provided by the system. */ |
47 | 47 |
48 #define HAVE_ALLOCA | 48 #define HAVE_ALLOCA |
49 | 49 |