summaryrefslogtreecommitdiff
path: root/src/puresize.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-02-01 23:29:14 +0000
committerJason Rumney <jasonr@gnu.org>2008-02-01 23:29:14 +0000
commitfec76d439da4d3552249510e0452c04b6ab10fc9 (patch)
tree343a16b8493c5c8eb67b63a84c13dbbcfbf6fac7 /src/puresize.h
parent8a8e9795bf038fb3d2507b3491d540b36cdc3819 (diff)
downloademacs-fec76d439da4d3552249510e0452c04b6ab10fc9.tar.gz
Don't include CYGWIN in condition.
Diffstat (limited to 'src/puresize.h')
-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;
/* Define PURE_P. */
-#if defined(VIRT_ADDR_VARIES) || defined(CYGWIN)
+#ifdef VIRT_ADDR_VARIES
/* For machines where text and data can go anywhere
in virtual memory. */