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 89632596546..26435f39a77 100644
--- a/src/puresize.h
+++ b/src/puresize.h
@@ -69,7 +69,7 @@ extern void pure_write_error P_ ((void)) NO_RETURN;
69 69
70/* Define PURE_P. */ 70/* Define PURE_P. */
71 71
72#if defined(VIRT_ADDR_VARIES) || defined(CYGWIN) 72#ifdef VIRT_ADDR_VARIES
73/* For machines where text and data can go anywhere 73/* For machines where text and data can go anywhere
74 in virtual memory. */ 74 in virtual memory. */
75 75