Mercurial > hg > xemacs-beta
comparison src/m/arm.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | a86b2b5e0111 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
85 #ifdef USG | 85 #ifdef USG |
86 #define NO_REMAP | 86 #define NO_REMAP |
87 #define TEXT_START 0 | 87 #define TEXT_START 0 |
88 #endif /* USG */ | 88 #endif /* USG */ |
89 | 89 |
90 | 90 #ifdef WIN32_NATIVE |
91 #ifdef MSDOS | |
92 #define NO_REMAP | |
93 #endif | |
94 | |
95 #ifdef WINDOWSNT | |
96 #define VIRT_ADDR_VARIES | 91 #define VIRT_ADDR_VARIES |
97 #define DATA_END get_data_end () | 92 #define DATA_END get_data_end () |
98 #define DATA_START get_data_start () | 93 #define DATA_START get_data_start () |
99 #define HAVE_ALLOCA | 94 #define HAVE_ALLOCA |
100 #endif | 95 #endif |