Mercurial > hg > xemacs-beta
comparison src/m/apollo.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 | 3ecd8885ac67 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
36 #define APOLLO_SR10 | 36 #define APOLLO_SR10 |
37 #endif | 37 #endif |
38 | 38 |
39 /* Do not define LOAD_AVE_TYPE or LOAD_AVE_CVT | 39 /* Do not define LOAD_AVE_TYPE or LOAD_AVE_CVT |
40 since there is no /dev/kmem */ | 40 since there is no /dev/kmem */ |
41 | |
42 /* Undefine VIRT_ADDR_VARIES because the virtual addresses of | |
43 pure and impure space as loaded do not vary. */ | |
44 | |
45 #undef VIRT_ADDR_VARIES | |
46 | 41 |
47 /* Define HAVE_ALLOCA because we use the system's version of alloca. */ | 42 /* Define HAVE_ALLOCA because we use the system's version of alloca. */ |
48 | 43 |
49 #define HAVE_ALLOCA | 44 #define HAVE_ALLOCA |
50 | 45 |