comparison src/s/cygwin.h @ 91394:237670472243

Define VIRT_ADDR_VARIES.
author Jason Rumney <jasonr@gnu.org>
date Fri, 01 Feb 2008 23:29:29 +0000
parents 107ccd98fa12
children 1f134b61867c
comparison
equal deleted inserted replaced
91393:c7c66cfcda43 91394:237670472243
144 or intention to verify or even test it. If you encounter a problem with 144 or intention to verify or even test it. If you encounter a problem with
145 it, feel free to change this setting, but please add a comment here about 145 it, feel free to change this setting, but please add a comment here about
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
152 (do not change this comment) */ 155 (do not change this comment) */