changeset 54822:09d9fc390321

Set up PURE_P() for Cygwin unexec() support.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Apr 2004 19:40:10 +0000
parents 3ba372971558
children 3e88eecfd57d
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Mon Apr 12 19:30:13 2004 +0000
+++ b/src/puresize.h	Mon Apr 12 19:40:10 2004 +0000
@@ -68,7 +68,7 @@
 
 /* Define PURE_P.  */
 
-#ifdef VIRT_ADDR_VARIES
+#if defined(VIRT_ADDR_VARIES) || defined(CYGWIN)
 /* For machines like APOLLO where text and data can go anywhere
    in virtual memory.  */