]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't include CYGWIN in condition.
authorJason Rumney <jasonr@gnu.org>
Fri, 1 Feb 2008 23:29:14 +0000 (23:29 +0000)
committerJason Rumney <jasonr@gnu.org>
Fri, 1 Feb 2008 23:29:14 +0000 (23:29 +0000)
src/puresize.h

index 896325965461e95e53169ade8c0d7d14c77bf1c8..26435f39a778c3ac324024ed3aa02478f90acf63 100644 (file)
@@ -69,7 +69,7 @@ extern void pure_write_error P_ ((void)) NO_RETURN;
 \f
 /* 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.  */