From: Jason Rumney Date: Fri, 1 Feb 2008 23:29:14 +0000 (+0000) Subject: Don't include CYGWIN in condition. X-Git-Tag: emacs-pretest-23.0.90~8281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fec76d439da4d3552249510e0452c04b6ab10fc9;p=emacs.git Don't include CYGWIN in condition. --- 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. */