diff options
| author | Jason Rumney | 2008-02-01 23:29:29 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-01 23:29:29 +0000 |
| commit | 9b1a1e62917b2c8f85841d38d73700ff14be2024 (patch) | |
| tree | 6afabc7fe3c8328a9bd0c53f11b446ae05c33004 /src | |
| parent | fec76d439da4d3552249510e0452c04b6ab10fc9 (diff) | |
| download | emacs-9b1a1e62917b2c8f85841d38d73700ff14be2024.tar.gz emacs-9b1a1e62917b2c8f85841d38d73700ff14be2024.zip | |
Define VIRT_ADDR_VARIES.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/cygwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index 0fde4fddbd3..0dfb2adaa45 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h | |||
| @@ -146,6 +146,9 @@ Boston, MA 02110-1301, USA. */ | |||
| 146 | why it needed to be changed. */ | 146 | why it needed to be changed. */ |
| 147 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS | 147 | #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS |
| 148 | 148 | ||
| 149 | /* Virtual addresses of pure and impure space can vary, as on Windows. */ | ||
| 150 | #define VIRT_ADDR_VARIES | ||
| 151 | |||
| 149 | /* the end */ | 152 | /* the end */ |
| 150 | 153 | ||
| 151 | /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b | 154 | /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b |