aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2004-04-12 19:40:10 +0000
committerStefan Monnier2004-04-12 19:40:10 +0000
commit6d0da1a350f67684ea669156c7823f3955f149fb (patch)
tree482b11e00af9be317fa34fac86e5846a31960dc3 /src
parent74e32821dc7c0cb9dcc777e2749e7c69690a4b89 (diff)
downloademacs-6d0da1a350f67684ea669156c7823f3955f149fb.tar.gz
emacs-6d0da1a350f67684ea669156c7823f3955f149fb.zip
Set up PURE_P() for Cygwin unexec() support.
Diffstat (limited to 'src')
-rw-r--r--src/puresize.h2
1 files changed, 1 insertions, 1 deletions
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));
68 68
69/* Define PURE_P. */ 69/* Define PURE_P. */
70 70
71#ifdef VIRT_ADDR_VARIES 71#if defined(VIRT_ADDR_VARIES) || defined(CYGWIN)
72/* For machines like APOLLO where text and data can go anywhere 72/* For machines like APOLLO where text and data can go anywhere
73 in virtual memory. */ 73 in virtual memory. */
74 74