changeset 91393:c7c66cfcda43

Don't include CYGWIN in condition.
author Jason Rumney <jasonr@gnu.org>
date Fri, 01 Feb 2008 23:29:14 +0000
parents c55ff4993b3d
children 237670472243
files src/puresize.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/puresize.h	Fri Feb 01 23:29:02 2008 +0000
+++ b/src/puresize.h	Fri Feb 01 23:29:14 2008 +0000
@@ -69,7 +69,7 @@
 
 /* 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.  */