diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-02-01 23:29:29 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-02-01 23:29:29 +0000 |
commit | 9b1a1e62917b2c8f85841d38d73700ff14be2024 (patch) | |
tree | 6afabc7fe3c8328a9bd0c53f11b446ae05c33004 /src/s | |
parent | fec76d439da4d3552249510e0452c04b6ab10fc9 (diff) | |
download | emacs-9b1a1e62917b2c8f85841d38d73700ff14be2024.tar.gz |
Define VIRT_ADDR_VARIES.
Diffstat (limited to 'src/s')
-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. */ why it needed to be changed. */ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS +/* Virtual addresses of pure and impure space can vary, as on Windows. */ +#define VIRT_ADDR_VARIES + /* the end */ /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b |