From: Stefan Monnier Date: Mon, 12 Apr 2004 19:40:10 +0000 (+0000) Subject: Set up PURE_P() for Cygwin unexec() support. X-Git-Tag: ttn-vms-21-2-B4~6877 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6d0da1a350f67684ea669156c7823f3955f149fb;p=emacs.git Set up PURE_P() for Cygwin unexec() support. --- diff --git a/src/puresize.h b/src/puresize.h index 6ca10b22fdf..8088a374765 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -68,7 +68,7 @@ extern void pure_write_error P_ ((void)); /* 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. */