aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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