Set up PURE_P() for Cygwin unexec() support.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2004 19:40:10 +0000 (19:40 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 12 Apr 2004 19:40:10 +0000 (19:40 +0000)
src/puresize.h

index 6ca10b2..8088a37 100644 (file)
@@ -68,7 +68,7 @@ extern void pure_write_error P_ ((void));
 \f
 /* 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.  */